packages/ecl/components/ecl-tabs/events/ecl-tab-select.event.ts
Event emitted when a tab is selected.
Contains a reference to the selected tab instance.
Properties |
|
Methods |
constructor(tab: EclTabComponent)
|
||||||
|
The tab instance that has been selected.
Parameters :
|
| Public tab |
Type : EclTabComponent
|
| preventDefault |
preventDefault()
|
|
Returns :
void
|