OptionalautoOverride the widget's OpenableConfig.autoClose for this trigger.
OptionalclassClass name(s) for the trigger. Will result in the trigger element, which could be a wrapper around the original element you passed, getting these classes.
OptionalhoverOpen the openable when this trigger is hovered.
If the device is touch and OpenableConfig.autoClose is enabled, the widget will be closed shortly after the pointer leaves both the trigger and the root element.
OptionaliconOverride the widget's CollapsibleConfig.icon for this trigger.
Currently only relevant for Collapsibles.
OptionaliconOverride the widget's CollapsibleConfig.iconClosed for this trigger.
Currently only relevant for Collapsibles.
OptionaliconOverride the widget's CollapsibleConfig.iconOpen for this trigger.
Currently only relevant for Collapsibles.
OptionalidThe DOM ID to set on the trigger. Will result in the trigger element, which could be a wrapper around the original element (as in the case of Collapsible you passed, getting this ID.
IMPORTANT: If the trigger element already has an ID and is not being wrapped, then this will override the ID and it won't be restored on destroy.
OptionalpreventWhether to prevent default click action.
Per-trigger based configuration. Can either be given as an object as the value of the OpenableConfig.triggers map, or it can be set as a string configuration in the
data-lisn-<name>-triggerdata attribute. See getWidgetConfig for the syntax.Example