Interface DropdownSelection

interface DropdownSelection {
    field: DropdownSelectionField;
    value: string;
}

Properties

Properties

value: string

Generated using TypeDoc