packages/components/directives/eui-tooltip/container/eui-tooltip-container.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| selector | eui-tooltip-container.component |
| templateUrl | eui-tooltip-container.component.html |
Properties |
Inputs |
HostBindings |
Accessors |
| config |
Type : EuiTooltipInterface
|
|
Configuration provided by euiTooltip directive at instantiation. |
| @showHide |
Type : string
|
| attr.data-e2e |
Type : string
|
Default value : 'eui-tooltip'
|
|
Sets the |
| class |
Type : string
|
|
Computes and returns the CSS classes for the component based on its current state. |
| e2e |
Type : string
|
Default value : 'eui-tooltip'
|
Decorators :
@HostBinding('attr.data-e2e')
|
|
Sets the |
| cssClasses |
getcssClasses()
|
|
Computes and returns the CSS classes for the component based on its current state.
Returns :
string
|
| showHide |
getshowHide()
|