Skip to Content
APIInterfacesInterface: FormStep<TFieldValues>

Hero Hook Form API v2.15.0


Hero Hook Form API / FormStep

Interface: FormStep<TFieldValues>

Defined in: types.ts:483 

Type Parameters

TFieldValues

TFieldValues extends FieldValues

Properties

id

id: string

Defined in: types.ts:484 


title

title: string

Defined in: types.ts:485 


description?

optional description: string

Defined in: types.ts:486 


fields

fields: FormFieldConfig<TFieldValues>[]

Defined in: types.ts:487 


validation()?

optional validation: (values) => boolean

Defined in: types.ts:488 

Parameters

values

Partial<TFieldValues>

Returns

boolean