Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
WizardProps
Interface WizardProps
Public
interface
WizardProps
{
firstStep
?:
string
;
onSubmit
:
()
=>
void
;
steps
:
WizardStep
<
string
>
[]
;
stepsSchema
?:
StringKeyMap
<
WizardStepSchema
>
;
}
Index
Properties
first
Step?
on
Submit
steps
steps
Schema?
Properties
Optional
first
Step
firstStep
?:
string
on
Submit
onSubmit
:
()
=>
void
steps
steps
:
WizardStep
<
string
>
[]
Optional
steps
Schema
stepsSchema
?:
StringKeyMap
<
WizardStepSchema
>
On This Page
Properties
first
Step
on
Submit
steps
steps
Schema
Юниверс DG SDK UI
Loading...
Public