Skip to content

TooltipOptions

Official

Options for the tooltip.

Import:

import type { TooltipOptions } from 'obsidian';

Signature:

export interface TooltipOptions

Properties

Property Type Description
classes? string[] The classes of the tooltip.
delay? number The delay of showing the tooltip in milliseconds.
gap? number The gap of the tooltip in pixels.
placement? TooltipPlacement The placement of the tooltip.

Links to this page: