@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
17 lines (16 loc) • 755 B
TypeScript
import { OnDestroy, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HoverActionContainerDirective implements OnInit, OnDestroy {
private readonly _elementRef;
private readonly _managedFocusContainerService;
private readonly _hoverActionService;
tabindex: number;
active: boolean;
private readonly _onDestroy;
ngOnInit(): void;
ngOnDestroy(): void;
onHover(): void;
onLeave(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HoverActionContainerDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<HoverActionContainerDirective, "[uxHoverActionContainer]", never, { "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, false, never>;
}