Graphora API
    Preparing search index...

    Interface SelectionStateUpdate

    interface SelectionStateUpdate {
        changed: boolean;
        previousState: SelectionState;
        state: SelectionState;
    }
    Index
    changed: boolean
    previousState: SelectionState