Row API Reference

RowModelFns

Type Alias: RowModelFns\

ts
type RowModelFns<TFeatures, TData> = Partial<ExtractFeatureMapTypes<TFeatures, RowModelFns_FeatureMap<TFeatures, TData>>>;

Defined in: types/RowModelFns.ts:18

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData