WizardProps
__type(currentStep: M,previousStep: M): boolean
Properties
(Mandatory properties are in bold)| Properties | Type | Description | 
|---|---|---|
| controller | TabsService | |
| controller | WizardService | |
| animate | number | |
| cancelLabel | string | |
| className | string | |
| Component | FCC<Omit<TabsProps, Component>> | |
| Component | FCC<Omit<WizardProps, Component>> | |
| controller | TabsService | |
| controller | WizardService | |
| doneLabel | string | |
| forwardOnly | boolean | |
| forwardOnly | boolean | |
| inModal | boolean | |
| layout | horizontal | vertical | |
| nextLabel | string | |
| onAdd | AnyFunction | |
| onCancel | AnyFunction | |
| onDone | AnyFunction | |
| onNext | ||
| onPrevious | ||
| previousLabel | string | |
| stepSize | GridSize | |
| submitting | boolean | |
| title | ReactNode | |
| TitleComponent | React.FC<TabTitleProps> | |
| TitleComponent | React.FC<StepTitleProps> |