PageJson
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. |
autoOpenDialogId
bodyBackgroundColor optional
bodyBackgroundColor: string
The body background color, only valid for fixed-width pages.
bodyBackgroundIMage optional
bodyBackgroundIMage: string
The body background image, only valid for fixed-width pages.
bodyBackgroundPosition optional
bodyBackgroundPosition: string
The body background position, only valid for fixed-width pages.
footer
footer: boolean
The page footer.
header
header: boolean
The page header.
icon
icon: string | IconResult
The page icon.
id
id: string
The page id.
isDefault
isDefault: boolean
Whether it is the home page.
isVisible
isVisible: boolean
Whether the page is visible.
label
label: string
The page label.
linkUrl optional
linkUrl: string
The link URL.
maxWidth optional
maxWidth: number
The maximum width of a page. Pixel width, only valid for the auto-scrolling page mode.
mode
mode: PageMode
The page mode.
openTarget optional
openTarget: string
The open target: _blank, _top.
type
type: PageType
The page type.
autoOpenDialogId: string
Open dialog when page starts.