type CachedRowModels<TFeatures, TData> = object & ExtractFeatureMapTypes<TFeatures, CachedRowModels_FeatureMap<TFeatures, TData>>;Defined in: types/RowModel.ts:26
CachedRowModel_Core: () => RowModel<TFeatures, TData>;RowModel\<`TFeatures`, `TData`\>
TFeatures extends TableFeatures
TData extends RowData