A JavaScript custom event is fired if a
<tc:offcanvas/>
is collapsed or expanded.
tobago.offcanvas.show
is fired before the box is expanded.
tobago.offcanvas.shown
is fired after the box is expanded. (Does not wait for a possible Ajax reload.)
tobago.offcanvas.hide
is fired before the box is collaped.
tobago.offcanvas.hidden
is fired after the box is collapsed. (Does not wait for a possible Ajax reload.)