ToolBarItemGroup
A container view that groups items together in the toolbar or navigation bar.
ts
interface ToolBarItemGroupSignature {}
class ToolBarItemGroup extends HTMLElement<ToolBarItemGroupSignature> {}
declare global {
interface HTMLElementTagNameMap {
'tool-bar-item-group': ToolBarItemGroup // <tool-bar-item-group></tool-bar-item-group>
}
}Relationships
Conforms To
HTMLElement