Skip to content

Interface: EditableConfig

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

Configures grid-level editing behavior.

Properties

activateOn?

optional activateOn?: "doubleClick" | "singleClick" | "enter"

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

How to activate cell editing. Default: ‘doubleClick’.


mode?

optional mode?: "cell" | "row"

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

Edit mode: ‘cell’ (default) or ‘row’.


showEditableIndicator?

optional showEditableIndicator?: boolean

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

Whether to show a visual indicator on editable cells. Default: true.