Enum ActionType
Type of an action.
[JsonStringEnumCamelCaseConverter]
public enum ActionType
- Extension Methods
Fields
Command = 1
Action which executes a page command.
CustomComponent = 2
Action with a custom component.
Link = 0
Action which redirects to a link.