When set to true, applies the hover effect programmatically, regardless of
whether the user is actively hovering over the element. When false, the hover
effect is only applied through actual user interaction.
Bindables
Attribute
Type
Description
element
HTMLElement
A reference to the root DOM element of the component. This variable is bound using bind:this, allowing direct access to the underlying HTML element for manipulation or querying within
the component's logic.