Input Box

{
"type": "InputBox",
"properties": {
"labelName": "Button Text:",
"shortPropertyName": "",
"disabled": false,
"type": "Text",
"min": 0,
"max": 0,
"step": 1,
"allowBinding": true,
"allowCounter": false,
"allowManualEntry": true,
"spellcheck": false,
"placeholder": "",
"textArea": false,
"textAreaRows": 5,
"liveUpdate": false,
"bindingPropertyName": "buttonText"
}
}The property name needs to match the string specified in bindingPropertyName property. The value will be the default value to show in the input box.
{
"buttonText": "Get Data"
}This element has a large number of configurable properties. If a property has a default value then you do not need to provide it in the propertyPanel.json file unless you want to specify a value different to the default.
Configurable properties
Last updated
Was this helpful?