Data Object Options Object

Data object parameters is used for programmatic operations to express complex data object structures.

Field
Type
Description

name

string

The label of the widget.

hintText

string

Provides help text describing what value is expected in control.

defaultValue

string

Default value.

objectType

JSON or XML

The type of the input object.

Example

{
  "name": "Seller address",
  "hintText": "Provide seller address",
  "defaultValue": "Seller",
  "objectType": "JSON"
}

Value Example

{
  "auth": {
    "token": "the token",
    "signature": "the signature"
  },
  "URI": "https://example.com"
}

Last updated

Was this helpful?