ToolbarWidget
directive
A widget within a toolbar.
id
anyA unique identifier for the widget.
toolbar
anyThe parent Toolbar UIPattern.
element
anyA reference to the widget element to be focused on navigation.
disabled
anyWhether the widget is disabled.
hardDisabled
anyWhether the widget is 'hard' disabled, which is different from aria-disabled. A hard disabled widget cannot receive focus.
ngOnInit
void@returns
voidngOnDestroy
void@returns
voidDescription
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