Type alias IndexedData<DataType>

IndexedData<DataType>: DataType & {
    __virtual_row_index: number;
}

Type Parameters

Generated using TypeDoc