W3cubDocs

/Angular

ToolbarWidgetGroup

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

API

class ToolbarWidgetGroup<V> {
  readonly element: HTMLElement;
  readonly @Input() disabled: InputSignalWithTransform<boolean, unknown>;
  readonly @Input() multi: InputSignalWithTransform<boolean, unknown>;
}

element

HTMLElement

A reference to the host element.

disabled

InputSignalWithTransform<boolean, unknown>

Whether the widget group is disabled.

multi

InputSignalWithTransform<boolean, unknown>

Whether the group allows multiple widgets to be selected.

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/aria/toolbar/ToolbarWidgetGroup