Interface: ContextMenuContext\<TRow\>
Defined in: src/model/types.ts:431
Type Parameters
TRow
TRow
Properties
range
range:
CellRange|null
Defined in: src/model/types.ts:436
The current cell range, if any.
row?
optionalrow?:TRow
Defined in: src/model/types.ts:438
The row data, if kind === 'cell' | 'row'.
selectedRowIds
selectedRowIds:
string[]
Defined in: src/model/types.ts:434
All currently selected row ids.
target
target:
ContextMenuTarget
Defined in: src/model/types.ts:432