Skip to content

SubmitButtonRequest

Type: object

Properties

Property Type Required Description Constraints
buttonPosition integer (int32) No Location in pixels of the button relative to the left of the form
buttonStyle string No Style of the button
label string No Label text of the button
waitingLabel string No Waiting text of the button

Generated example

{
  "buttonPosition": 123,
  "buttonStyle": "string",
  "label": "string",
  "waitingLabel": "string"
}

Source

Generated from swagger-asset.json.