Skip to content

Close Menu

banner

This action closes the current menu. Usually, you will use this action in most of your workflows.

You can choose deliberately to not close the menu after executing a workflow. Just remove the Close-Menu action from the workflow and the menu will stay open after executing the workflow!

This action has no options.

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": "close-menu"
}
...
]
}
...