SuggestModalCommandBuilder.addCheckbox method
SuggestModalCommandBuilder › addCheckbox
Adds an interactive checkbox to the instruction bar, bound to a modifier+key shortcut that toggles it.Signature:
addCheckbox(command: CheckboxCommand): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| command | CheckboxCommand | The checkbox command to add. |
Returns: this — The builder instance for chaining.