• Overview
@angular/aria/toolbar

ToolbarWidgetGroup

directive

A directive that groups toolbar widgets, used for more complex widgets like radio groups that have their own internal navigation.

API

    
      class ToolbarWidgetGroup<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 group is disabled.

controls

any

The controls that can be performed on the widget group.

ngOnInit

void
@returnsvoid

ngOnDestroy

void
@returnsvoid
Jump to details