ReadonlyitemsAll direct UIToolbarItem content children discovered via DI token.
Descendants inside group tools are not included (default descendants: false).
ReadonlyorientationLayout orientation of the toolbar.
ReadonlytoolEmitted when any direct toolbar item fires an action.
Container component that collects UIToolbarItem content children and re-emits their
itemActionevents through its owntoolActionoutput.Items are discovered via DI token forwarding — each concrete tool component provides
{ provide: UIToolbarItem, useExisting: forwardRef(...) }.Example