map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface PaginationOptions

    Options to specify paging.

    interface PaginationOptions {
        count?: number;
        start?: number;
    }
    Index

    Properties

    Properties

    count?: number

    Number of items to return.

    start?: number

    Starting offset.