UNPKG

716 BSource Map (JSON)View Raw
1{"version":3,"file":"tooltip.config.d.ts","sources":["tooltip.config.d.ts"],"names":[],"mappings":"AAAA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA","sourcesContent":["/** Default values provider for tooltip */\nexport declare class TooltipConfig {\n /** sets disable adaptive position */\n adaptivePosition: boolean;\n /** tooltip placement, supported positions: 'top', 'bottom', 'left', 'right' */\n placement: string;\n /** array of event names which triggers tooltip opening */\n triggers: string;\n /** a selector specifying the element the tooltip should be appended to. */\n container?: string;\n /** delay before showing the tooltip */\n delay: number;\n}\n"]}
\No newline at end of file