Data Object Options Object
Last updated
Was this helpful?
Data object parameters is used for programmatic operations to express complex data object structures.
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.
{
"name": "Seller address",
"hintText": "Provide seller address",
"defaultValue": "Seller",
"objectType": "JSON"
}{
"auth": {
"token": "the token",
"signature": "the signature"
},
"URI": "https://example.com"
}Last updated
Was this helpful?
Was this helpful?