Sub Accordion

Can contain other elements as children.

Configurable properties

chevron-rightnamehashtag

string - The text to display as the title of the sub accordion in property panel.

chevron-rightcollapsedhashtag

bool - Whether the sub accordion should be collapsed by default

chevron-rightcheckBoxhashtag

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.

chevron-rightbindingPropertyNamehashtag

string - the property name in default state with which to connect the checkbox to.

Note: This is mandatory if checkBox is set to true.

chevron-rightchildrenhashtag

array - An array of other elements to appear inside the sub accordion drawer

Last updated

Was this helpful?