InterfaceDropDownProperty

Interface for the property of DropDown component

interface DropDownProperty {
    alignment?: number;
    entries: DropDownEntry[];
    label: string;
    mode: string;
}

Properties

alignment?: number

Explicitly assign the alignment of the component

entries: DropDownEntry[]

Entries of DropDown menu

label: string

Label of the component

mode: string

Interaction mode of the component