Preparing search index...
@universe-dg/sdk
Universe
Platform
Uikit
WizardFooterProps
Interface WizardFooterProps
Public
interface
WizardFooterProps
{
allowNext
?:
boolean
;
allowPrev
?:
boolean
;
allowSubmit
?:
boolean
;
beforeNextStep
?:
()
=>
void
;
beforePrevStep
?:
()
=>
void
;
beforeSubmit
?:
()
=>
void
;
isSubmitStep
?:
boolean
;
isWaitingNext
?:
boolean
;
isWaitingPrev
?:
boolean
;
leftElement
?:
ReactNode
;
nextButtonTitle
?:
string
;
nextText
:
string
;
prevText
:
string
;
rightElement
?:
ReactNode
;
submitText
:
string
;
}
Index
Properties
allow
Next?
allow
Prev?
allow
Submit?
before
Next
Step?
before
Prev
Step?
before
Submit?
is
Submit
Step?
is
Waiting
Next?
is
Waiting
Prev?
left
Element?
next
Button
Title?
next
Text
prev
Text
right
Element?
submit
Text
Properties
Optional
allow
Next
allowNext
?:
boolean
Optional
allow
Prev
allowPrev
?:
boolean
Optional
allow
Submit
allowSubmit
?:
boolean
Optional
before
Next
Step
beforeNextStep
?:
()
=>
void
Optional
before
Prev
Step
beforePrevStep
?:
()
=>
void
Optional
before
Submit
beforeSubmit
?:
()
=>
void
Optional
is
Submit
Step
isSubmitStep
?:
boolean
Optional
is
Waiting
Next
isWaitingNext
?:
boolean
Optional
is
Waiting
Prev
isWaitingPrev
?:
boolean
Optional
left
Element
leftElement
?:
ReactNode
Optional
next
Button
Title
nextButtonTitle
?:
string
next
Text
nextText
:
string
prev
Text
prevText
:
string
Optional
right
Element
rightElement
?:
ReactNode
submit
Text
submitText
:
string
On This Page
Properties
allow
Next
allow
Prev
allow
Submit
before
Next
Step
before
Prev
Step
before
Submit
is
Submit
Step
is
Waiting
Next
is
Waiting
Prev
left
Element
next
Button
Title
next
Text
prev
Text
right
Element
submit
Text
Юниверс DG SDK UI
Loading...
Public