Back to Table

cell_getValue

docs/reference/functions/cell_getValue.md

8.21.3614 B
Original Source

Function: cell_getValue()

ts
function cell_getValue<TFeatures, TData, TValue>(cell): TValue;

Defined in: core/cells/coreCellsFeature.utils.ts:5

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends unknown = unknown

Parameters

cell

Cell<TFeatures, TData, TValue>

Returns

TValue