• Overview
@angular/aria/tabs

Tab

directive

A selectable tab in a TabList.

API

    
      class Tab implements HasElement ,OnInit ,OnDestroy {}
    
    

element

any

The host native element.

tablist

any

The parent TabList UIPattern.

tabpanel

any

The TabPanel UIPattern associated with the tab

disabled

any

Whether a tab is disabled.

value

any

A local unique identifier for the tab.

ngOnInit

void
@returnsvoid

ngOnDestroy

void
@returnsvoid
Jump to details