Namespace: WizardData

otris.gadget. WizardData

Methods

staticotris.gadget.WizardData.getData(){object}

Get a reference to wizard data

Returns:
Type Description
object wizardData - wizard data (saved with stepIds as keys)

staticotris.gadget.WizardData.getDataFromPreviousStep(){object}

Get a reference to the data of the previous step

Returns:
Type Description
object stepData - data of the previous step

staticotris.gadget.WizardData.getStepData(stepId){object}

Get a reference to the step data defined by the stepId

Name Type Description
stepId string optional

id of the step

Returns:
Type Description
object stepData - data of the step

staticotris.gadget.WizardData.isWizardStep(){boolean}

Checks if the current gadget is running in a wizard

Returns:
Type Description
boolean inWizard - Is the current gadget running in a wizard