Tooltip
- Mixes:
InternalsAttached - Mixes:
Attachable
Base tooltip component for displaying contextual information.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
align |
Placement | 'top' |
Tooltip alignment relative to control (e.g., 'top', 'bottom', 'left', 'right'). |
offset |
Number | 4 |
Offset from the control element in pixels. |
visible |
Boolean | false |
Whether the tooltip is currently visible. |
Methods
| Name | Description |
|---|---|
show() |
Show the tooltip. |
hide() |
Hide the tooltip. |