SiTooltipService documentation¶
A service to create tooltips for specific elements. Use this if the tooltip directive is not suitable. Must not be used outside element-ng.
Attributes and Methods¶
| Name | Type | Default | Description |
|---|---|---|---|
| createTooltip(...) ¶ | (config: { describedBy: string, element: ElementRef, injector: Injector, placement: ("auto" | "end" | "start" | "top" | "bottom"), tooltip: () => SiTooltipContent, tooltipContext: () => unknown }) => TooltipRef | Parameters
|
Types Documentation¶
| TooltipRef is attached to a specific element. Use it to show or hide a tooltip for that element. | |||||
|---|---|---|---|---|---|
| |||||
|
Except where otherwise noted, content on this site is licensed under MIT License.