WizardStep.setStepSettings

Syntax

setStepSettings (value: Object);

Parameters

value. Wizard step settings.

Description

The setStepSettings method sets a link to wizard settings.

Comments

Link to the settings is passed by the class that implements the abstract class PP.Ui.Wizard when instantiating the list of wizard steps.

Example

The property use is given in description of the Wizard.addStep method.

See also:

WizardStep