@phantomstudios/ft-lib
Version:
A collection of Javascript UI & tracking utils for FT sites
12 lines • 489 B
TypeScript
export declare class permutiveVideoUtils {
protected progressPermutiveMilestones: number[];
protected _campaign: string;
protected _title: string;
protected _videoId: string;
constructor(campaign: string, title: string, videoId?: string);
set videoId(vid: string);
get videoId(): string;
get remainingProgress(): number[];
emitPermutiveProgressEvent: (duration: number, currentTime: number, interval?: any) => void;
}
//# sourceMappingURL=index.d.ts.map