class Iframe { public hasTracked: boolean = false; constructor(public element: HTMLIFrameElement, public cb: Function) {} } class IframeClick { static resolution: number = 500; static iframes: Array