Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / RowMenuContext

Interface: RowMenuContext<TRow>

Defined in: datagrid-react/src/types.ts:377

What a row menu is opened against.

Type Parameters

TRow

TRow = GridRowData

Properties

columnId

columnId: string | null

Defined in: datagrid-react/src/types.ts:383

Column under the pointer, when the menu was opened from a cell.


node

node: RowNode<TRow>

Defined in: datagrid-react/src/types.ts:379


row

row: TRow

Defined in: datagrid-react/src/types.ts:378


rowIndex

rowIndex: number

Defined in: datagrid-react/src/types.ts:381

Index in the current view.


selectedKeys

selectedKeys: RowKey[]

Defined in: datagrid-react/src/types.ts:385

Selected row keys at the moment the menu opened.