-
Notifications
You must be signed in to change notification settings - Fork 0
Root
This is the root node that all components including verb reside in.
There are 2 modes:
-
Containing only
verbIn this mode, relevant verbs will be organized in a tab view, with their components located within respective tab pages.
-
Containing only
ComponentIn this mode, there are no verbs and all components are directly within the window itself. Great for simple tools that don’t have verbs or complex hierarchy.
The command that is associated with this file/interface. In fact, the command doesn’t necessarily have to be a single command with one word, it can also include some predetermined flags and arguments (although arguably this is not an originally intended use).
- Required
Indicates whether this window closes after clicking the Execute button, i.e. whether user can initiate a following action without closing the window.
- Optional. Default to
false