Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias FormElement

    type FormElement = {
        class_identifier: string | null;
        field_name: string;
        field_options: string | null;
        field_position: number;
        field_type: string;
        form_field_type: string;
        friendly_name: string;
        is_required: boolean;
    }
    Index

    Properties

    class_identifier: string | null
    field_name: string
    field_options: string | null
    field_position: number
    field_type: string
    form_field_type: string
    friendly_name: string
    is_required: boolean