Tooltip API
Properties
| Name | Type | Default | Description |
|---|---|---|---|
contentrequired | string | — | The text of the tooltip. HTML content is also accepted. |
placement | enum: [top, bottom, left, right, top-start, top-end, bottom-start, bottom-end, left-start, left-end, right-start, right-end] | top | Position of the tooltip relative to the trigger element. |
type | enum: [helper] | — | Set to 'helper' to render a simple question-mark box. |
has-action | boolean | false | Use when the tooltip content contains a link. |
disabled | boolean | false | Temporarily disables the tooltip. |
inverse | boolean | false | Shows the tooltip with a dark background. |
permission | boolean | false | Shows permission information in the tooltip. |