Interface for the property of DropDown component
<DropDown label="Menu" :mode="DropDownMode.onClick" :alignment="DropDownAlignment.Left" :entries="menuEntries" /> Copy
<DropDown label="Menu" :mode="DropDownMode.onClick" :alignment="DropDownAlignment.Left" :entries="menuEntries" />
Optional
Explicitly assign the alignment of the component
Entries of DropDown menu
Label of the component
Interaction mode of the component
Interface for the property of DropDown component
Example