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: any; readonly @Input() multi: any;}
element
HTMLElementA reference to the host element.
disabled
anyWhether the widget group is disabled.
multi
anyWhether the group allows multiple widgets to be selected.
Jump to details