General Structure
All properties have the same general structure using the following object keys.
Code Example
{
"title": "Example Title",
"id": "unique-id-here",
"format": "pt-{{value}}",
"visible": "myOtherControl == 'someValue'",
"enabled": "anotherControl == 'anotherValue'",
"responsive": false
}
Last updated
Was this helpful?