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