Interface JFormFieldTreeEntry

interface JFormFieldTreeEntry {
    label: string;
    parentValue: string;
    value: string;
}

Properties

label: string
parentValue: string
value: string