interface GridRowPinningInternalCache {
    bottomIds: GridRowId[];
    idLookup: GridRowIdToModelLookup;
    topIds: GridRowId[];
}

Properties

bottomIds: GridRowId[]
topIds: GridRowId[]