interface JFormFieldEmpty {
    align: JFORM_UI_CONTROL_ALIGNMENTS;
    id: string;
    tooltip: string;
    type: EMPTY;
}

Hierarchy (view full)

Properties

Properties

id: string
tooltip: string
type: EMPTY