Skip to content

TooltipOptions

Official

Options for the tooltip.

Import:

import type { TooltipOptions } from 'obsidian';

Signature:

export interface TooltipOptions

Properties

PropertyTypeDescription
classes?string[]The classes of the tooltip.
delay?numberThe delay of showing the tooltip in milliseconds.
gap?numberThe gap of the tooltip in pixels.
placement?TooltipPlacementThe placement of the tooltip.

Links to this page: