Interface NotebookSelectionChangeEvent

interface NotebookSelectionChangeEvent {
    selections: CellRange[];
}

Properties

Properties

selections: CellRange[]