Documentation

@kanunilabs/datagrid-enterprise


@kanunilabs/datagrid-enterprise / EditSession

Interface: EditSession

Properties

columnId

columnId: string


initialValue

initialValue: unknown

Value the editor opened with.


rowKey

rowKey: RowKey


seeded?

optional seeded?: boolean

Opened by typing a character rather than by F2/double-click. The editor uses this to place the caret after the seed instead of selecting it.


validation

validation: ValidationResult


value

value: unknown

Current editor value (uncommitted).