Skip to main content

Type Alias: ColumnIndicatorProps

ColumnIndicatorProps = object

Defined in: src/types.ts:179

Type of the Spreadsheet ColumnIndicator component props

Properties

column

column: number

Defined in: src/types.ts:181

The column the indicator indicates


label?

optional label: React.ReactNode | null

Defined in: src/types.ts:183

A custom label for the indicator as provided in columnLabels


onSelect()

onSelect: (column, extend) => void

Defined in: src/types.ts:187

Callback to be called when the column is selected

Parameters

column

number

extend

boolean

Returns

void


selected

selected: boolean

Defined in: src/types.ts:185

Whether the entire column in selected