Enum ActionPosition
Describes where relative to the surrounding element an action appears.
public enum ActionPosition
- Extension Methods
Fields
After = 1Action follows the element (e.g.
@after).Before = 0Action precedes the element (e.g.
@init).Inline = 2Action is inlined directly inside an alternative.