Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TooltipConfig

Configuration for the tooltip component

Hierarchy

  • TooltipConfig

Index

Properties

Optional ariaLabel

ariaLabel: string

the aria-label of the content

Optional caption

caption: string

The h4 title of the tooltip

Optional description

description: string

The content of the tooltip

Optional isLink

isLink: boolean

should the clickable element be rendered as a link, instead of an icon

isVisible

isVisible: boolean

Is the tooltip visible or not

Optional linkText

linkText: string

The text of the link for isLink mode

Optional look

look: string

CSS modifiers for the notification element

Optional tooltip

tooltip: string

the html title/tooltip of the content

Generated using TypeDoc