Interface: WizardStepProps<D>#
Renderer.Component.WizardStepProps
Type parameters#
| Name | Type | 
|---|---|
D | 
any | 
Hierarchy#
WizardCommonProps<D>
↳ WizardStepProps
Table of contents#
Properties#
- afterContent
 - beforeContent
 - className
 - contentClass
 - customButtons
 - data
 - disabledNext
 - hideBackBtn
 - hideNextBtn
 - hideSteps
 - loading
 - moreButtons
 - nextLabel
 - noValidate
 - prevLabel
 - scrollable
 - skip
 - step
 - title
 - waiting
 - wizard
 
Methods#
Properties#
afterContent#
• Optional afterContent: ReactNode
beforeContent#
• Optional beforeContent: ReactNode
className#
• Optional className: string | object
contentClass#
• Optional contentClass: string | object
customButtons#
• Optional customButtons: ReactNode
data#
• Optional data: Partial<D>
Inherited from#
WizardCommonProps.data
disabledNext#
• Optional disabledNext: boolean
hideBackBtn#
• Optional hideBackBtn: boolean
hideNextBtn#
• Optional hideNextBtn: boolean
hideSteps#
• Optional hideSteps: boolean
Inherited from#
WizardCommonProps.hideSteps
loading#
• Optional loading: boolean
moreButtons#
• Optional moreButtons: ReactNode
nextLabel#
• Optional nextLabel: ReactNode
noValidate#
• Optional noValidate: boolean
prevLabel#
• Optional prevLabel: ReactNode
scrollable#
• Optional scrollable: boolean
skip#
• Optional skip: boolean
step#
• Optional step: number
title#
• Optional title: string
waiting#
• Optional waiting: boolean
wizard#
• Optional wizard: Wizard
Methods#
done#
▸ Optional done(): void
Returns#
void
Inherited from#
WizardCommonProps.done
first#
▸ Optional first(): void
Returns#
void
isFirst#
▸ Optional isFirst(): boolean
Returns#
boolean
isLast#
▸ Optional isLast(): boolean
Returns#
boolean
last#
▸ Optional last(): void
Returns#
void
next#
▸ Optional next(): boolean | void | Promise<any>
Returns#
boolean | void | Promise<any>
prev#
▸ Optional prev(): void
Returns#
void
reset#
▸ Optional reset(): void
Returns#
void
Inherited from#
WizardCommonProps.reset
save#
▸ Optional save(data, callback?): void
Parameters#
| Name | Type | 
|---|---|
data | 
Partial<D> | 
callback? | 
() => void | 
Returns#
void
Inherited from#
WizardCommonProps.save