Skip to main content

@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

PropertyModifiersTypeDescription
childItemsElement[]
orientationOrientationThe orientation of the toolbar.

Methods

MethodModifiersDescription
childItemsChanged(prev, next)
slottedItemsChanged()