Type alias FieldRef

FieldRef: {
    fieldId: FieldId | ExtendedFieldId;
    ref: HTMLElement;
}

Type declaration

Description

Configurable refs that can be defined when rendering FormField components.