tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > PageOfItems

PageOfItems type

Represents a page of items (Repository Local Objects).

Signature:

export type PageOfItems = {
    $type?: string;
    HasMore?: boolean;
    Items?: Array<RepositoryLocalObject>;
    PageSize?: number;
    TotalPages?: number;
};

References: RepositoryLocalObject