Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

OnBackCallback: ((this: Wizard) => boolean)

Type declaration

    • Callback that is invoked before switching to the previous wizard step, see also WizardCfg.onback

      Parameters

      Returns boolean

OnNextCallback: ((this: Wizard) => void)

Type declaration

    • Callback that is invoked before switching to the next wizard step. If this return false, stays on the current tab. See also WizardCfg.onnext.

      Parameters

      Returns void

Generated using TypeDoc