Skip to main content

ToolbarSection

A custom toolbar section web component for BIM applications. HTML tag: bim-toolbar-section

Extends

  • LitElement

Implements

Properties

styles

static styles: CSSResult

CSS styles for the component.

Overrides

LitElement.styles

Accessors

labelHidden

set labelHidden(value): void

Sets the value of the labelHidden property and updates the children accordingly.

Examples

toolbarSection.labelHidden = true;
<bim-toolbar-section label-hidden></bim-toolbar-section>

Parameters

ParameterType
valueboolean