This API is used for PageModel utilities. Accessed from the window at window.sas.vi.pageModel.
window.sas.vi.pageModel
window.sas.vi.pageModel.createFromObject(partialPageModel); Copy
window.sas.vi.pageModel.createFromObject(partialPageModel);
Readonly
Methods related to page event hooks.
{Partial} Object containing data for the page model.
Optional
{PageModelApi~CreateFromObjectOptions} Contains a boolean "clone" declaring whether to deep clone the object when creating the Page Model.
The instance of PageModel
Creates a new instance of a PageModel when given the object source.
This API is used for PageModel utilities. Accessed from the window at
window.sas.vi.pageModel
.Example