Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ITooltipOptions

Index

Properties

Optional animation

animation: boolean

Should the modal fade in and out?

default

true

Optional appendToBody

appendToBody: boolean

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

default

false

Optional placement

placement: string

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

default

'top'

Optional popupCloseDelay

popupCloseDelay: number

For how long should the tooltip remain open after the close trigger event?

default

0

Optional popupDelay

popupDelay: number

Popup delay in milliseconds until it opens.

default

0

Optional trigger

trigger: string

What should trigger a show of the tooltip? Supports a space separated list of event names.

default

'mouseenter' for tooltip, 'click' for popover

Optional useContentExp

useContentExp: boolean

Should an expression on the scope be used to load the content?

default

false

Generated using TypeDoc