This action closes the current submenu. This means, you will return to the parent menu of the current submenu.
Close Submenu

This action is often used for the Center-Click workflow of a submenu, so that the submenu is closed when the user clicks on the center of a menu.
Options
Section titled “ Options”This action has no options.
JSON Configuration
Section titled “ JSON Configuration”If you edit your menus.json file by hand or use the IPC interface, you can create this action with something like the following.
..."selectWorkflow": { "actions": [ ... { "type": "close-submenu" } ... ]}...