Skip to main content
A newer version of this page is available. .

IFullscreenWizardPageMetadata<T> Interface

Stores metadata for a fullscreen wizard page.

Declaration

interface IFullscreenWizardPageMetadata<T extends Analytics.Wizard.IWizardPage> extends Analytics.Wizard.IWizardPageMetadata<T>

Type Parameters

Name Type Description
T IWizardPage

The wizard page.

Remarks

A metadata object provides the functionality to:

  • create a page;
  • work with the page’s local state;
  • specify the page’s HTML template;
  • specify the page’s description.

The FullscreenWizardPageFactory stores metadata objects for all wizard pages by their IDs. Use the page factory’s unregisterMetadata method to remove an existing page from the wizard. Use the registerMetadata method to add a new page to the wizard.

See the following topics for more information:

Inheritance

IWizardPageMetadata<T>
IFullscreenWizardPageMetadata<T>

Properties

navigationPanelText Property

Specifies the text displayed in the wizard’s navigation panel.

Declaration

navigationPanelText?: string

Property Value

Type Description
string

The navigation panel’s text.