Selector
A custom selector web component for BIM applications. HTML tag: bim-selector
Extends
LitElement
Implements
Properties
variant?
optionalvariant:"underline"
Sets the visual variant of the selector.
undefined(default): Filled animated background behind the active option."underline": No background; the active option gets an accent-colored bottom border and text, while inactive options are muted.
styles
staticstyles:CSSResult
CSS styles for the component.
Overrides
LitElement.styles
Accessors
value
setvalue(value):void
Sets the value of the selector. It finds the matching option based on the provided value and sets it as the selected option. If no matching option is found, it does nothing.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | The value to set for the selector. |