Highcharts Grid
    Preparing search index...
    interface DataChunk {
        data: Record<string, Column>;
        index: number;
        rowIds: RowId[];
    }
    Index

    Properties

    Properties

    data: Record<string, Column>
    index: number
    rowIds: RowId[]