Theia API Documentation v1.65.0
    Preparing search index...
    interface SelectionIndexState {
        focus: CellRange;
        kind: Index;
        selections: CellRange[];
    }
    Index

    Properties

    Properties

    focus: CellRange
    kind: Index
    selections: CellRange[]