Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/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
first
Step
?:
string
on
Submit
on
Submit
:
(
(
)
=>
void
)
steps
steps
:
WizardStep
<
string
>
[]
Optional
steps
Schema
steps
Schema
?:
StringKeyMap
<
WizardStepSchema
>
On This Page
Properties
first
Step
on
Submit
steps
steps
Schema
Юниверс MDM SDK UI
Loading...
Public