Hierarchy

  • Model
    • PageModel

Properties

:children?: {
    [key: string]: PageModel;
}

Type declaration

:hierarchyType?: string

Hierarchy type.

:items?: {
    [key: string]: Model;
}

Items under the page/item.

Type declaration

  • [key: string]: Model
:itemsOrder?: string[]

Order of the items under the page/item. Can be used as keys for the :items property to iterate items in the proper order.

:path: string
:type: string
id: string

Generated using TypeDoc