ModalCommandBuilder.addDropDown method
ModalCommandBuilder › addDropDown
Adds a dropdown to the control strip, bound to a modifier+key shortcut that cycles through its options.Signature:
addDropDown(command: DropDownCommand): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| command | DropDownCommand | The dropdown command to add. |
Returns: this — The builder instance for chaining.