How can I help you?
CommandSettingsModel
16 Mar 20261 minute to read
Interface for a class CommandSettings
Properties
commands CommandItemModel[]
Specifies the collection of command items displayed in the command menu.
Specifies the items shown for quick selection in the prompt toolbar.
popupHeight string
Specifies the height of the command menu popup.
Specifies a CSS height value such as ‘auto’, ‘240px’, or ‘50%’.
popupWidth string
SSpecifies the width of the command menu popup.
Specifies a CSS width value such as ‘320px’ or ‘40%’.
Events
itemSelect EmitType<CommandItemSelectEventArgs>
Triggers when a command item is selected in the command menu popup.
Use this event to apply the command, modify the prompt, or cancel default behavior.