Options for getPageItemById: sorting and limit used to build navigation tokens.

interface PageItemOptions {
    limit: number;
    sorting?: null | DataSorting[];
}

Properties

Properties

limit: number
sorting?: null | DataSorting[]