Type Alias: Page

Page: object

Represents a dashboard page.

id: string

Required. The Id of the page.

label: string

Required. The label of the page.

name: string

Required. The name of the page.

widgets: Widget[]

Required. A list of widgets on the page.

types/types.ts:420