@dxos/react-client
    Preparing search index...

    Type Alias UsePaginationOptions

    type UsePaginationOptions = {
        maxWindowSize?: number;
    }
    Index

    Properties

    Properties

    maxWindowSize?: number

    Max loaded items before the newest end is evicted (the window's start advances instead of growing further). Defaults to 10x the query's page size.