{string | number} Page ID to be created.
{HomepageDesignerState | ObjectPageDesignerState} Object containing the state data required to create the page.
{string | number} Page ID for which the state will be returned.
An object containing the page state data or undefined if the ID doesn't exist.
An object containing the page state data or undefined if no page exists.
Gives the currently active Home page's state, or undefined if a Home page designer tab is not active.
Gives the currently active object pages state, or undefined if an object page designer tab is not active.
This API provides functionality that pertains to the page state. Accessed from the window at
window.sas.vi.pageState
.Example