Interface DropdownChoice

An option for a dropdown input

Available for actions/feedbacks/config

interface DropdownChoice {
    id: DropdownChoiceId;
    label: string;
}

Properties

Properties

Value of the option

label: string

Label to show to users