@squidcloud/client
    Preparing search index...

    Interface PaginationOptions

    Pagination options.

    interface PaginationOptions {
        pageSize: number;
        subscribe: boolean;
    }
    Index

    Properties

    Properties

    pageSize: number

    The number of items in a page. Defaults to 100.

    subscribe: boolean

    Whether to show real-time updates. Defaults to true.