Type alias PageAPIPage

PageAPIPage: {
    id: number;
    operatorIds: number[];
}

An object describing a page. A page is normally matched by a URL. This behaviour can be altered using PageAPI. Pages are important, because they limit where operators appear. One page has 0+ operators. Operators have 0+ pages.

Type declaration

  • id: number

    Autoincrement unique identifier

  • operatorIds: number[]

    Ids of operators with access to this page.

Generated using TypeDoc