interface JFormFieldPhoto {
    align: JFORM_UI_CONTROL_ALIGNMENTS;
    deleteWithElement: boolean;
    id: string;
    label: string;
    tooltip: string;
    type: JFORM_FIELD_TYPES;
}

Hierarchy (view full)

Properties

deleteWithElement: boolean
id: string
label: string
tooltip: string