Interface ITooltipOptions

Index

Properties

Properties

optional public animation?: boolean

Should it fade in and out?

default

true

optional public appendtoBody?: boolean

Should the tooltip be appended to $body instead of the parent element?

default

false

optional public placement?: string

Where to place it? Defaults to 'top', but also accepts 'right', 'bottom', or 'left'.

default

'top'

optional public popupDelay?: number

For how long should the user have to have the mouse over the element before the tooltip shows (in milliseconds)?

default

0