@microsoft/fast-foundation > Toolbar
Toolbar class
A Toolbar Custom HTML Element. Implements the ARIA Toolbar.
start - Content which can be provided before the slotted items
end - Content which can be provided after the slotted items
- The default slot for slotted items
label - The toolbar label
positioning-region - The element containing the items, start and end slots
Signature:export declare class Toolbar extends FoundationElement
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| childItems | Element[] | ||
| orientation | Orientation | The orientation of the toolbar. |
Methods
| Method | Modifiers | Description |
|---|---|---|
| childItemsChanged(prev, next) | ||
| slottedItemsChanged() |