Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Uikit
WizardNavigationProps
Interface WizardNavigationProps
Public
interface
WizardNavigationProps
{
allowNext
?:
boolean
;
allowPrev
?:
boolean
;
beforeNextStep
?:
(
(
)
=>
void
)
;
beforePrevStep
?:
(
(
)
=>
void
)
;
stepSize
?:
WizardStepSize
;
}
Index
Properties
allow
Next?
allow
Prev?
before
Next
Step?
before
Prev
Step?
step
Size?
Properties
Optional
allow
Next
allow
Next
?:
boolean
Optional
allow
Prev
allow
Prev
?:
boolean
Optional
before
Next
Step
before
Next
Step
?:
(
(
)
=>
void
)
Optional
before
Prev
Step
before
Prev
Step
?:
(
(
)
=>
void
)
Optional
step
Size
step
Size
?:
WizardStepSize
On This Page
Properties
allow
Next
allow
Prev
before
Next
Step
before
Prev
Step
step
Size
Юниверс MDM SDK UI
Loading...
Public