Skip to content

Open Menu

banner

This action will immediately open another menu when executed.

This action has the following options:

  • Menu: The name of the menu to open when this action is executed. If multiple menus have the same name, the first one will be opened.

If you edit your menus.json file by hand or use the IPC interface, you can create this action with something like the following.

menus.json
...
"selectWorkflow": {
"actions": [
...
{
"type": "open-menu",
"menu": "Discord"
}
...
]
}
...