Row API Reference

CachedRowModels

Type Alias: CachedRowModels<TFeatures, TData>

ts
type CachedRowModels<TFeatures, TData> = object & ExtractFeatureMapTypes<TFeatures, CachedRowModels_FeatureMap<TFeatures, TData>>;

Defined in: types/RowModel.ts:26

Type Declaration

CachedRowModel_Core()

ts
CachedRowModel_Core: () => RowModel<TFeatures, TData>;

Returns

RowModel<TFeatures, TData>

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData