Class: SetFieldAction

Actions. SetFieldAction

Set fields across composite (global,context, volatile, local and message) memories. fieldName and fieldValue should have a dot notation with the object name. Eg: message.text, context.amount etc ';

new SetFieldAction()

constructor

Members


parameters :Object

Node parameters.
Type:
  • Object
Properties:
Name Type Description
parameters
Properties
Name Type Description
fieldValue ExpressionString | MemoryField value to assign to fieldName
fieldName MemoryField dot notation with the object name. Eg: message.text, context.amount etc '

Methods


validators()

defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>