StepContent
Extends:
react~Component → StepContent
StepContent component is interface for components implementing step content for WizardModal
Access
Stage.Basic.Wizard.Step.Content
Static Member Summary
Static Public Members | ||
public static |
propTypes: * |
Static Public Members
public static propTypes: * source
Properties:
Name | Type | Attribute | Description |
id | string | step ID |
|
onChange | Function | function calling wizard to update data |
|
onError | Function | function setting wizard in error state |
|
onLoading | Function | function setting wizard in loading state |
|
onReady | Function | function setting wizard in ready state |
|
stepData | object | step data object |
|
wizardData | object | wizard data object |
|
errors | object | errors object |
|
toolbox | object | Toolbox object |