Rezi
    Preparing search index...

    Type Alias TableLocalStatePatch

    TableLocalStatePatch: Readonly<
        {
            endIndex?: number;
            focusedColumnIndex?: number;
            focusedRowIndex?: number;
            lastClickedKey?: string
            | null;
            scrollTop?: number;
            startIndex?: number;
            viewportHeight?: number;
        },
    >

    Partial update to table state.