new PostAction()
Members
-
parameters :Object
-
Node parameters
Type:
- Object
Properties:
Name Type Description parametersProperties
Name Type Description urlstring post URL payloadExpressionString | Object string or JSON object. if a string, this will be evaluated as a template and parsed to a JSON object jsonBoolean set true to indicate application/json post action headersstring POST headers fieldNameMemoryField dot-notated field name
Methods
-
open()
-
open lifecycle hook
-
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>