HelpBot Assistant

How can I help you?

TransformSettingsModel

16 Mar 20261 minute to read

Interface for a class TransformSettings

Properties

items []

Specifies an array of command item models representing the available commands in the menu.
This property holds the list of commands that appear in the menu.

popupHeight string

Specifies the height of the command menu popup.
Accepts valid CSS height values such as px, %, auto, etc.

popupWidth string

Specifies the width of the command menu popup.
Accepts valid CSS width values such as px, %, auto, etc.

Events

itemSelect EmitType<TransformItemSelectEventArgs>

Specifies the event triggered when a command item is clicked.
This event can be used to perform actions based on user interaction.