@embrace-io/web-sdk
Version:
16 lines • 744 B
TypeScript
import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.js";
import "../../EmbraceInstrumentationBase/index.js";
import { MaxScrollDepthInstrumentationArgs } from "./types.js";
//#region src/instrumentations/max-scroll-depth/MaxScrollDepthInstrumentation/MaxScrollDepthInstrumentation.d.ts
declare class MaxScrollDepthInstrumentation extends EmbraceInstrumentationBase {
private readonly _onScrollHandler;
private _hasScrolled;
private _maxScrollY;
constructor({ diag, perf }?: MaxScrollDepthInstrumentationArgs);
onEnable(): void;
onDisable(): void;
private _emit;
}
//#endregion
export { MaxScrollDepthInstrumentation };
//# sourceMappingURL=MaxScrollDepthInstrumentation.d.ts.map