UNPKG

@phantomstudios/ft-lib

Version:

A collection of Javascript UI & tracking utils for FT sites

20 lines 623 B
export class Attention { constructor(oTracker: any); totalAttentionTime: number; startAttentionTime: any; endAttentionTime: any; hasSentEvent: boolean; oTracker: any; init(): void; startAttention(): void; attentionTimeout: number | undefined; startConstantAttention(): void; constantAttentionInterval: number | undefined; endConstantAttention(): void; endAttention(): void; get(): number; addVideoEvents(): void; videoPlayers: HTMLCollectionOf<HTMLVideoElement> | undefined; handleVisibilityChange(ev: any): void; } //# sourceMappingURL=attention.d.ts.map