SuggestModalCommandBuilder.addDropDown method
SuggestModalCommandBuilder › addDropDown
Adds a dropdown to the instruction bar, 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.