Interface NotebookVisibleRangesEvent

interface NotebookVisibleRangesEvent {
    ranges: CellRange[];
}

Properties

Properties

ranges: CellRange[]