@k8slens/extensions / Exports / Renderer / Component / WizardProps
Interface: WizardProps<D>#
Renderer.Component.WizardProps
Type parameters#
| Name | 
|---|
| D | 
Hierarchy#
↳ WizardProps
Table of contents#
Properties#
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#
done#
• Optional done: () => void
Type declaration#
▸ (): void
Returns#
void
Inherited from#
header#
• Optional header: StrictReactNode
hideSteps#
• Optional hideSteps: boolean
Inherited from#
onChange#
• Optional onChange: (step: number) => void
Type declaration#
▸ (step): void
Parameters#
| Name | Type | 
|---|---|
| step | number | 
Returns#
void
reset#
• Optional reset: () => void
Type declaration#
▸ (): void
Returns#
void
Inherited from#
save#
• Optional save: (data: Partial<D>, callback?: () => void) => void
Type declaration#
▸ (data, callback?): void
Parameters#
| Name | Type | 
|---|---|
| data | Partial<D> | 
| callback? | () => void | 
Returns#
void
Inherited from#
step#
• Optional step: number
title#
• Optional title: string