@omostan/ngx-idle
Version:
A module for responding to idle users in Angular applications. this is a forked version of the original @ng-Idle
7 lines • 389 B
TypeScript
import { WindowInterruptSource } from './windowinterruptsource';
import { EventTargetInterruptOptions } from './eventtargetinterruptsource';
export declare class StorageInterruptSource extends WindowInterruptSource {
constructor(options?: number | EventTargetInterruptOptions);
filterEvent(event: StorageEvent): boolean;
}
//# sourceMappingURL=storageinterruptsource.d.ts.map