Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Wizard

Implements

Index

Constructors

Properties

allSteps: List<IWizardStep>
context: WizardContext
currentStatus: WizardStatuses
currentStep: IWizardStep
previousSteps: List<IWizardStep>

Accessors

  • get canAbort(): boolean
  • get canComplete(): boolean
  • get canGoBack(): boolean
  • get canGoForward(): boolean

Methods

  • abort(): Promise<void>
  • complete(): Promise<void>
  • goBack(): Promise<void>
  • goForward(): Promise<void>
  • performGoForward(): Promise<void>
  • start(skipReadySteps?: boolean): Promise<void>
  • Initializes the wizard. An exception is thrown if is called twice.

    Parameters

    • skipReadySteps: boolean = false

      Skips all steps that can go forward. The wizard begins from the first step that can't go forward.

    Returns Promise<void>

Generated using TypeDoc