Options
All
  • Public
  • Public/Protected
  • All
Menu

Generic Model interface. Defines common properties that pages / items have.

Hierarchy

  • Model

Index

Properties

:children?: {}

Child pages (only present on page's itself, not on items).

Type declaration

:hierarchyType?: string

Hierarchy type.

:items?: {}

Items under the page/item.

Type declaration

: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

Path of the item/page.

:type?: string

Resource type of the page/item.

Generated using TypeDoc