UNPKG

idle-detector

Version:

[Description:] This library is created to detect the Inactivity of the User. You can specify the Inactivity [timeout] in [milliseconds].

14 lines (13 loc) 537 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IdleDetectorDirective implements OnInit { timeout: any; timedOut: any; timer: any; ngOnInit(): void; inactivityTime(): void; resetTimer(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<IdleDetectorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<IdleDetectorDirective, "[libIdleDetector]", never, { "timeout": "timeout"; }, { "timedOut": "timedOut"; }, never>; }