UNPKG

springroll-container

Version:

The iframe controller for interacting with SpringRoll applications

11 lines (10 loc) 297 B
export class PageVisibility { constructor(onFocus: function, onBlur: function); destroy(): void; get enabled(): boolean; onToggle($event: Event): void; private _enabled:boolean; private _onBlur($event?:Event); private _onFocus($event?:Event); set enabled(enable: boolean): void; }