Context Menu
The context menu is a menu that appears when you right-click on a step or in any place of the canvas. It allows you to perform various actions on the step or the canvas.
Disable Context Menu
To disable the context menu, set the contextMenu
property to false
in the configuration.
- JavaScript
- React
- Angular
- Svelte
const configuration = {
contextMenu: false,
// ...
};
<SequentialWorkflowDesigner ...
contextMenu={false} />
<sqd-designer ...
[contextMenu]="false">
</sqd-designer>
<SequentialWorkflowDesigner ...
contextMenu={false} />
Custom Context Menu Items
Example
Check the Popup Editor.
Pro Only
This part of the article is available only for subscribers of the pro package. Buy the pro package to get an access to this part.
If you have already subscription please log in.