Skip to content
Quantum edited this page Jun 29, 2022 · 2 revisions

Root

This is the root node that all components including verb reside in.

Children

There are 2 modes:

  1. Containing only verb

    In this mode, relevant verbs will be organized in a tab view, with their components located within respective tab pages.

  2. Containing only Component

    In 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.

Attributes

command

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

reusable

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

Clone this wiki locally