Interface DropdownSelectionField

interface DropdownSelectionField {
    entries: DropdownSelectionEntry[];
    id: string;
    name: string;
}

Properties

Properties

id: string
name: string

Generated using TypeDoc