Preparing search index...
@universe-dg/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
allowNext
?:
boolean
Optional
allow
Prev
allowPrev
?:
boolean
Optional
before
Next
Step
beforeNextStep
?:
()
=>
void
Optional
before
Prev
Step
beforePrevStep
?:
()
=>
void
Optional
step
Size
stepSize
?:
WizardStepSize
On This Page
Properties
allow
Next
allow
Prev
before
Next
Step
before
Prev
Step
step
Size
Юниверс DG SDK UI
Loading...
Public