Interface
The page json.
Properties
Property | Type | Notes |
---|---|---|
autoOpenDialogId | string | Open dialog when page starts. |
bodyBackgroundColor | string | The body background color, only valid for fixed-width pages. |
bodyBackgroundIMage | string | The body background image, only valid for fixed-width pages. |
bodyBackgroundPosition | string | The body background position, only valid for fixed-width pages. |
footer | boolean | The page footer. |
header | boolean | The page header. |
icon | string | IconResult | The page icon. |
id | string | The page id. |
isDefault | boolean | Whether it is the home page. |
isVisible | boolean | Whether the page is visible. |
label | string | The page label. |
linkUrl | string | The link URL. |
maxWidth | number | The maximum width of a page. Pixel width, only valid for the auto-scrolling page mode. |
mode | PageMode | The page mode. |
openTarget | string | The open target: _blank, _top. |
type | PageType | The page type. |
bodyBackgroundColor
bodyBackgroundColor: string
The body background color, only valid for fixed-width pages.
bodyBackgroundIMage
bodyBackgroundIMage: string
The body background image, only valid for fixed-width pages.
bodyBackgroundPosition
bodyBackgroundPosition: string
The body background position, only valid for fixed-width pages.
maxWidth
maxWidth: number
The maximum width of a page. Pixel width, only valid for the auto-scrolling page mode.
mode
Interface Propertymode: PageMode
The page mode.
type
Interface Propertytype: PageType
The page type.