@fimagine/writeboard
    Preparing search index...

    Interface IToolChangedDetail

    interface IToolChangedDetail {
        from?: string;
        operator: string;
        to?: string;
    }
    Index

    Properties

    Properties

    from?: string
    operator: string
    to?: string