• Overview
@angular/aria/tabs

TabList

directive

A TabList container.

API

    
      class TabList implements OnInit ,OnDestroy {}
    
    

textDirection

any

Text direction.

tabs

any

The Tab UIPatterns of the child Tabs.

orientation

any

Whether the tablist is vertically or horizontally oriented.

wrap

any

Whether focus should wrap when navigating.

skipDisabled

any

Whether disabled items in the list should be skipped when navigating.

focusMode

any

The focus strategy used by the tablist.

selectionMode

any

The selection strategy used by the tablist.

disabled

any

Whether the tablist is disabled.

selectedTab

any

The current selected tab.

onFocus

void
@returnsvoid

ngOnInit

void
@returnsvoid

ngOnDestroy

void
@returnsvoid

register

void
@paramchildTab
@returnsvoid

deregister

void
@paramchildTab
@returnsvoid

Description

A TabList container.

Controls a list of Tab(s).

Jump to details