Module: action

Action: a component to create an action
Parameters:
Name Type Description
node object The configuration object for the module
Properties
Name Type Attributes Default Description
type string 'action' The type of the node is action
actionType string The type of action to create
text string The text to display on the button
immediate boolean Boolean to determine whether to run the action immediately or not
delay number How long to delay the action in milliseconds
validate string The id of an element to validate
rendered boolean | string <optional>
true Boolean or expression to render the action (or not)
options object The options pertaining to your specific actionType
Properties
Name Type Description
disabled boolean | string Boolean or expression to disable the button or not
Source: