DataCellViewerContext

Description

A DataCellViewerContext is an interface that defines a ViewerContext that is used in the context of a data cell.

Properties

Property

Type

Description

type

ViewerContextType.DataCell

The type of the ViewerContext.

value

any

The value of the dataItem for the target cell

dataItem

RawItem

The associated dataItem.

format

Formatter

The format to apply to the data value

columnDefinition

ReadonlyColumnDefinition

The associated ColumnDefinition.