Skip to content

Interface: SelectionConfig

Defined in: src/model/types.ts:188

Configures row selection behavior on the grid.

In tree mode with cascade: true, selecting a parent selects all descendants and deselecting a parent deselects all descendants. Parents with partially-selected children show an indeterminate checkbox.

Properties

cascade?

optional cascade?: boolean

Defined in: src/model/types.ts:192

Tree mode only: cascade selection between parents and descendants.


mode

mode: "single" | "multi"

Defined in: src/model/types.ts:190

Selection mode: single-select or multi-select.