DataCellEditorContext

Description

A DataCellEditorContext is an interface that defines an EditorContext that is used in the context of a data cell.

Properties

Property

Type

Description

type

EditorContextType.DataCell

The type of the EditorContext

value

any

The value of the dataItem for the target cell.

dataItem

RawItem

The associated dataItem.

columnDefinition

ReadonlyColumnDefinition

The associated column definition.