Interface JFormUIControlEntry

interface JFormUIControlEntry {
    label: string;
    parentValue: undefined | string;
    value: string | number;
}

Hierarchy (view full)

Properties

label: string
parentValue: undefined | string
value: string | number