• Overview
@angular/aria/toolbar

ToolbarWidget

directive

A widget within a toolbar.

API

    
      class ToolbarWidget<V> implements OnInit ,OnDestroy {}
    
    

id

any

A unique identifier for the widget.

toolbar

any

The parent Toolbar UIPattern.

element

any

A reference to the widget element to be focused on navigation.

disabled

any

Whether the widget is disabled.

hardDisabled

any

Whether the widget is 'hard' disabled, which is different from aria-disabled. A hard disabled widget cannot receive focus.

ngOnInit

void
@returnsvoid

ngOnDestroy

void
@returnsvoid

Description

A widget within a toolbar.

A widget is anything that is within a toolbar. It should be applied to any native HTML element that has the purpose of acting as a widget navigatable within a toolbar.

Jump to details