<AccordionItem> events |
---|
accordionBeforeOpen | Event will be triggered right before accordion content starts its opening animation. contains function that will prevent accordion from opening when called |
accordionOpen | Event will be triggered when accordion content starts its opening animation. |
accordionOpened | Event will be triggered after accordion content completes its opening animation. |
accordionBeforeClose | Event will be triggered right before accordion content starts its closing animation. event.detail.prevent contains function that will prevent accordion from closing when called |
accordionClose | Event will be triggered when accordion content starts its closing animation. |
accordionClosed | Event will be triggered after accordion content completes its closing animation. |