projects/m2-core/src/lib/shared/directives/ctrl-hover-spy.directive.ts
| Selector | [ctrl-hover-spy] |
Properties |
Methods |
Inputs |
HostBindings |
HostListeners |
| ctrl-hover-spy |
Type : boolean
|
| class.element-link |
Type : boolean
|
| mouseleave |
| mousemove |
Arguments : '$event'
|
| onMouseLeave |
onMouseLeave()
|
Decorators :
@HostListener('mouseleave')
|
|
Returns :
void
|
| onMouseMove | ||||||
onMouseMove(event: MouseEvent)
|
||||||
Decorators :
@HostListener('mousemove', ['$event'])
|
||||||
|
Parameters :
Returns :
void
|
| isCtrlMouseOver |
Type : boolean
|
Decorators :
@HostBinding('class.element-link')
|