Skip to Content
ContentAPIInterfacesInterface: DynamicSectionFieldProps<TFieldValues>

Hero Hook Form API v2.5.1


Hero Hook Form API / DynamicSectionFieldProps

Interface: DynamicSectionFieldProps<TFieldValues>

Defined in: fields/DynamicSectionField.tsx:15 

Props for the DynamicSectionField component.

Type Parameters

TFieldValues

TFieldValues extends FieldValues

The form data type

Properties

config

config: DynamicSectionConfig<TFieldValues>

Defined in: fields/DynamicSectionField.tsx:16 


control

control: Control<TFieldValues>

Defined in: fields/DynamicSectionField.tsx:17 


className?

optional className: string

Defined in: fields/DynamicSectionField.tsx:18