Back to Table

CellContext

docs/reference/interfaces/CellContext.md

8.21.31.8 KB
Original Source

Interface: CellContext<TFeatures, TData, TValue>

Defined in: core/cells/coreCellsFeature.types.ts:8

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData

Properties

cell

ts
cell: Cell<TFeatures, TData, TValue>;

Defined in: core/cells/coreCellsFeature.types.ts:13


column

ts
column: Column<TFeatures, TData, TValue>;

Defined in: core/cells/coreCellsFeature.types.ts:14


getValue

ts
getValue: Getter<TValue>;

Defined in: core/cells/coreCellsFeature.types.ts:15


renderValue

ts
renderValue: Getter<TValue | null>;

Defined in: core/cells/coreCellsFeature.types.ts:16


row

ts
row: Row<TFeatures, TData>;

Defined in: core/cells/coreCellsFeature.types.ts:17


table

ts
table: Table<TFeatures, TData>;

Defined in: core/cells/coreCellsFeature.types.ts:18