Interface SelectionIndexState

interface SelectionIndexState {
    focus: CellRange;
    kind: Index;
    selections: CellRange[];
}

Properties

Properties

focus: CellRange
kind: Index
selections: CellRange[]