Skip to Content
APIInterfacesInterface: ConditionalFieldProps<TFieldValues>

Hero Hook Form API v2.15.0


Hero Hook Form API / ConditionalFieldProps

Interface: ConditionalFieldProps<TFieldValues>

Defined in: fields/ConditionalField.tsx:15 

Props for the ConditionalField component.

Type Parameters

TFieldValues

TFieldValues extends FieldValues

The form data type

Properties

config

config: ConditionalFieldConfig<TFieldValues>

Defined in: fields/ConditionalField.tsx:16 


control

control: Control<TFieldValues>

Defined in: fields/ConditionalField.tsx:17 


className?

optional className: string

Defined in: fields/ConditionalField.tsx:18