JavaScript/jQuery Diagram - DiagramCustomCommand
An object that provides information about a custom command in the Diagram UI component.
icon
Specifies the custom command's icon.
This property accepts one of the following:
- The icon's URL
- The icon's name if the icon is from the DevExtreme icon library
- The icon's CSS class if the icon is from an external icon library (see External Icon Libraries)
- The icon in the Base64 format
- The icon in the SVG format. Ensure that the source is reliable.
location
Specifies a location for the command or separator on the main toolbar.
Refer to the following section for more information: Specify a Command's Location on the Main Toolbar.
name
Specifies the custom command's identifier.
Use this name to identify the clicked custom command in the onCustomCommand function.