type InitRowInstanceData<TConstructors> = <TFeatures, TData>(row) => void;
Defined in: types/TableFeatures.ts:109
TConstructors extends FeatureConstructors
TFeatures extends TableFeatures
TData extends RowData
Row<TFeatures, TData> & Partial<TConstructors["Row"]>
void