Back to Table

Cell_CoreProperties

docs/reference/interfaces/Cell_CoreProperties.md

8.21.31.6 KB
Original Source

Interface: Cell_CoreProperties<TFeatures, TData, TValue>

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

Extended by

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData

Properties

column

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

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

The associated Column object for the cell.


id

ts
id: string;

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

The unique ID for the cell across the entire table.


row

ts
row: Row<TFeatures, TData>;

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

The associated Row object for the cell.


table

ts
table: Table_Internal<TFeatures, TData>;

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

Reference to the parent table instance.