Skip to content

RevoGrid Documentation v4.21.7 / DataLookup

Type Alias: DataLookup<T, K>

ts
type DataLookup<T, K>: {};

Type Parameters

Type ParameterDefault type
Tany
K extends ColumnPropColumnProp

Index Signature

[rowIndex: number]: DataType<T, K>

Defined in

src/types/interfaces.ts:464