• Overview
@angular/aria/tabs

TabPanel

Class

A TabPanel container for the resources of layered content associated with a tab.

API

    
      class TabPanel implements OnInit ,OnDestroy {}
    
    

tab

any

The Tab UIPattern associated with the tabpanel

value

any

A local unique identifier for the tabpanel.

ngOnInit

void
@returnsvoid

ngOnDestroy

void
@returnsvoid

Description

A TabPanel container for the resources of layered content associated with a tab.

If a tabpanel is hidden due to its corresponding tab is not activated, the inert attribute will be applied to the tabpanel element to remove it from the accessibility tree and stop all the keyboard and pointer interactions. Note that this does not visually hide the tabpenl and a proper styling is required.

Jump to details