Skip to content

Interface: WizardProps<D>#

Renderer.Component.WizardProps

Type parameters#

Name
D

Hierarchy#

↳ WizardProps

Table of contents#

Properties#

Methods#

Properties#

children#

• Optional children: ReactElement<WizardStepProps<D>, string | JSXElementConstructor<any>> | ReactElement<WizardStepProps<D>, string | JSXElementConstructor<any>>[]


className#

• Optional className: string


data#

• Optional data: Partial<D>

Inherited from#

WizardCommonProps.data


• Optional header: ReactNode


hideSteps#

• Optional hideSteps: boolean

Inherited from#

WizardCommonProps.hideSteps


step#

• Optional step: number


title#

• Optional title: string

Methods#

done#

▸ Optional done(): void

Returns#

void

Inherited from#

WizardCommonProps.done


onChange#

▸ Optional onChange(step): void

Parameters#

Name Type
step number

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