Submit action

A submit action triggers a Submit Request to be sent. This request will include all values which have been entered into all the interactive components on the current canvas.

Parameters

Parameters

ParametersPossible ValuesRequiredDescription
typesubmitYesThe type of action you are attaching to a component.

Example Object

action: {
  "type": "submit"
}