UNPKG

@embrace-io/web-sdk

Version:
16 lines 748 B
import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.cjs"; import "../../EmbraceInstrumentationBase/index.cjs"; import { MaxScrollDepthInstrumentationArgs } from "./types.cjs"; //#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.cts.map