Optional
delayOptional
htmlWhether HTML content is allowed in the tooltip.
Warning: this is a possible XSS attack vector. This option shouldn't be used wherever possible, and may not work when we migrate to another tooltip library. Be prepared for this to break in Flarum stable.
Default: false
.
Optional
ignoreUsed to disable the warning for passing text to the title
attribute.
Tooltip text should be passed to the text
attribute.
Optional
positionTooltip position around element.
Default: 'top'
.
Optional
showWhether to show on focus.
Default: true
.
Tooltip textual content.
String arrays, like those provided by the translator, will be flattened into strings.
Optional
tooltipUse to manually show or hide the tooltip. undefined
will show based on cursor events.
Default: undefined
.
Generated using TypeDoc v0.24.8
Sets the delay between a trigger state occurring and the tooltip appearing on-screen.
Warning: this option may be removed when switching to another tooltip library. Be prepared for this to break in Flarum stable.
Default:
0
.