Type to start searching...
caption : string
String indentifier to represent the text associated with the DynamicNode.
case : string
A space separated list of values which make the DynamicNode active in the context of the parent StaticNode type.
The values can be primitive or metaclass symbols.event : identifier
The UIEvent attached to this node. UIEvents are handled by UIActions.
Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
hiddenObjectCaption : string
The attribute, association path, or a string constant to display when the value is an object that is hidden from the user.
icon : string
Icon provides a means of visual recognition for the DynamicNode.
menu : identifier
The menu that this node is associated with.
Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
merge : boolean
Specifies if the items with the same caption are merged.
popupTooltip : identifier
The name of screen appearing as popup tooltip.
Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
popupTooltipJustification : RelativeJustification
The popup tooltip justification relative to its anchor. One of "before", or "after".
Valid values based on“string”. | |
---|---|
before | |
after |
popupTooltipPosition : RelativePosition
The position of the popup tooltip relative to its anchor. One of "above", "below", "left", or "right.
Valid values based on“string”. | |
---|---|
above | |
below | |
left | |
right |
popupTooltipStyle : PopupTooltipStyle
The popup tooltip appearance style. One of "clean", or "callout".
Valid values based on“string”. | |
---|---|
clean | |
callout |
popupTooltipValue : string
The attribute or an association path to the instance to appear in the popup tooltip. Can be empty.
Sequence of:
StaticNode [0..*]
RootStaticNode [0..1]