Items
configurationAn array with objects representing the appbar items.
items
Arrayitems.className
StringDefines a set CSS classes for the item.
items.template
String|FunctionThe template which renders as content for the appbar item. Valid only for the contentItem type
items.type
StringA value determining the type of the item. Valid options are
spacer: creates a span which to add space between the items.contentItem: creates an item using a specific template provided for it.
items.width
String|NumberDetermines the width of the item. Valid only for the spacer items. Numeric values are treated as pixels.