changed¶
changed
is a DOM event that occurs whenever the state of the h-tabs webcomponent changes..
Event body¶
The changed
body has a TTabsChangedEventDetail type which represents the details of the changed tab. It is optional so it might not exist.
Example¶
In this example we listen to changed
event and perform an action whenever it's emitted.