Row API Reference

CachedRowModels

Type Alias: CachedRowModels<TFeatures, TData>

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

Defined in: types/RowModel.ts:23

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData