Type Alias: RowIndicatorProps
RowIndicatorProps =
object
Defined in: src/types.ts:164
Type of the Spreadsheet RowIndicator component props
Properties
label?
optionallabel:React.ReactNode|null
Defined in: src/types.ts:168
A custom label for the indicator as provided in rowLabels
onSelect()
onSelect: (
row,extend) =>void
Defined in: src/types.ts:172
Callback to be called when the row is selected
Parameters
row
number
extend
boolean
Returns
void
row
row:
number
Defined in: src/types.ts:166
The row the indicator indicates
selected
selected:
boolean
Defined in: src/types.ts:170
Whether the entire row is selected