Skip to Content
ContentAPIInterfacesInterface: FormStep<TFieldValues>

Hero Hook Form API v2.5.1


Hero Hook Form API / FormStep

Interface: FormStep<TFieldValues>

Defined in: types.ts:307 

Type Parameters

TFieldValues

TFieldValues extends FieldValues

Properties

id

id: string

Defined in: types.ts:308 


title

title: string

Defined in: types.ts:309 


description?

optional description: string

Defined in: types.ts:310 


fields

fields: FormFieldConfig<TFieldValues>[]

Defined in: types.ts:311 


validation()?

optional validation: (values) => boolean

Defined in: types.ts:312 

Parameters

values

Partial<TFieldValues>

Returns

boolean