Sub Accordion
Last updated
Was this helpful?
Last updated
Was this helpful?
{
"type": "SubAccordion",
"properties": {
"name": "tooltips",
"collapsed": true,
"checkBox": false,
"bindingPropertyName": "tooltipEnabled"
},
"children": []
}
If you set the check box property to true, then you will need ensure a binding property name is specified and matches a property in default state
{
"tooltipEnabled": false
}
Can contain other elements as children.
bool - Whether to show a check box to the right of the sub accordion. An example of this check box could be to toggle on or off collection or properties. E.g. on a chart the tooltips sub accordion has a check box, if unchecked tooltips are not applied.