Interface iCustomListPage

CustomListPage is a custom list page that can be added to a profile. The items are valid list IDs.

interface iCustomListPage {
    description: string;
    items: string[];
    title: string;
}

Implemented by

Properties

description: string

The description of the custom list page

items: string[]

The list IDs to display on the custom list page

title: string

The title of the custom list page