Interface
The page json.
Properties
Property | Type | Notes |
---|---|---|
string | Open dialog when page starts. | |
string | The body background color, only valid for fixed-width pages. | |
string | The body background image, only valid for fixed-width pages. | |
string | The body background position, only valid for fixed-width pages. | |
boolean | The page footer. | |
boolean | The page header. | |
string | IconResult | The page icon. | |
string | The page id. | |
boolean | Whether it is the home page. | |
boolean | Whether the page is visible. | |
string | The page label. | |
string | The link URL. | |
number | The maximum width of a page. Pixel width, only valid for the auto-scrolling page mode. | |
The page mode. | ||
string | The open target: _blank, _top. | |
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.