Class: PostAction

Actions. PostAction

Posts a JSON payload to a URL, and sets fieldName to the returned object

new PostAction()

Members


parameters :Object

Node parameters
Type:
  • Object
Properties:
Name Type Description
parameters
Properties
Name Type Description
url string post URL
payload ExpressionString | Object string or JSON object. if a string, this will be evaluated as a template and parsed to a JSON object
json Boolean set true to indicate application/json post action
headers string POST headers
fieldName MemoryField 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>