Interface DropdownSelection

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

Properties

Properties

value: null | string

Generated using TypeDoc