Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
WizardContextProps
Type Alias WizardContextProps<N>
Public
type
WizardContextProps
<
N
=
string
>
=
{
currentStep
:
N
;
getNextStep
:
()
=>
N
|
null
;
getPrevStep
:
()
=>
N
|
null
;
moveNextStep
:
()
=>
void
;
movePrevStep
:
()
=>
void
;
moveToStep
:
(
step
:
N
)
=>
void
;
onSubmit
:
()
=>
void
;
steps
:
WizardStep
<
N
>
[]
;
stepsSchema
?:
StringKeyMap
<
WizardStepSchema
>
;
}
Type Parameters
N
=
string
Index
Properties
current
Step
get
Next
Step
get
Prev
Step
move
Next
Step
move
Prev
Step
move
To
Step
on
Submit
steps
steps
Schema?
Properties
current
Step
currentStep
:
N
get
Next
Step
getNextStep
:
()
=>
N
|
null
get
Prev
Step
getPrevStep
:
()
=>
N
|
null
move
Next
Step
moveNextStep
:
()
=>
void
move
Prev
Step
movePrevStep
:
()
=>
void
move
To
Step
moveToStep
:
(
step
:
N
)
=>
void
on
Submit
onSubmit
:
()
=>
void
steps
steps
:
WizardStep
<
N
>
[]
Optional
steps
Schema
stepsSchema
?:
StringKeyMap
<
WizardStepSchema
>
On This Page
Properties
current
Step
get
Next
Step
get
Prev
Step
move
Next
Step
move
Prev
Step
move
To
Step
on
Submit
steps
steps
Schema
Юниверс DG SDK UI
Loading...
Public