Name | Type | Description |
---|---|---|
name | String |
Entry name. If this attribute is present and is not an empty string the
menu entry will be connected to a variable with this name.
It is legal to skip the name attribute or to make it an empty string. The menu entry will then not be associated with a variable so it's state can not be controlled by anything but the menu entry itself. |
label | String | Item label. |
invoke | Expression | Value to set when invoked. |
active_value | Expression | Value corresponding to the menu-entry active state. |
button_mode | Token | Visual action on the button. |
sub_script | File path | Load a sub menu from a separate XML file. |
tooltip | String | Tooltip title |
tooltip_body | String | Tooltip body. |
criteria | Expression | Criteria expression that must be fullfilled for this menu-entry to be displayed. |
special_action_category | Expression | Make tis menu hijack special-actions in the given category. |