interface JFormFieldTable {
    align: JFORM_UI_CONTROL_ALIGNMENTS;
    attributes: JFormAttribute[];
    id: string;
    label: string;
    subFormId: JId;
    tooltip: string;
    type: JFORM_FIELD_TYPES;
}

Hierarchy (view full)

Properties

attributes: JFormAttribute[]
id: string
label: string
subFormId: JId
tooltip: string