Skip to Content
APIInterfacesInterface: WizardFormConfig<TFieldValues>

Hero Hook Form API v2.15.0


Hero Hook Form API / WizardFormConfig

Interface: WizardFormConfig<TFieldValues>

Defined in: types.ts:491 

Type Parameters

TFieldValues

TFieldValues extends FieldValues

Properties

steps

steps: FormStep<TFieldValues>[]

Defined in: types.ts:492 


allowStepNavigation?

optional allowStepNavigation: boolean

Defined in: types.ts:493 


showStepProgress?

optional showStepProgress: boolean

Defined in: types.ts:494