{string} A unique name for the configuration.
{ApplicationType} The name of the application type used for this page. Must be a valid datahub client application (for example, "desktop" or "mobile").
{TemplateType} The name of the template type used for this page. Must be a valid datahub template type (for example, "home" or "page").
{Control[]} The control categories that are displayed in the designer's left hand side toolbox. Must be valid control categories.
{string} A CSS class that is applied to the canvas in the designer.
{string} A CSS class that is applied to the preview (for example, template list).
{object} Other designer options: hideSaveAs, customToolbarTemplateUrl, hidePageSettings, hidePreviewGroups.
{Record<string,any>} A mapping between the data type and the control used to generate data tab.
This API provides administration functionality related to pages.
Accessed from the window at
window.sas.vi.pageAdmin
.Example