LmnTooltipRootDirective
Decorators: |
|
Selectors: | [ |
An helper directive to set a new root element for the nested tooltips.
Constructor
No documentation has been provided. |
Presentation
|
Properties
Name | Type | Description |
---|---|---|
#destroyRef r |
| |
#element r | HTMLElement | |
#lmnTooltipRootChanges |
| |
#tooltipLayerHelper r |
| |
lmnTooltipRoot |
|
Example usage
<div lmnTooltipRoot >
<button lmnTooltip ="THIS IS A TOOLTIP">TEST</button>
</div>
<div [lmnTooltipRoot ]="trueFalseValue()">
<button lmnTooltip ="THIS IS A TOOLTIP">TEST</button>
</div>