Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 568 Bytes

File metadata and controls

20 lines (15 loc) · 568 Bytes

Home > @snowplow/browser-tracker > ActivityCallbackData

ActivityCallbackData type

The data which is passed to the Activity Tracking callback

Signature:

type ActivityCallbackData = {
    context: Array<SelfDescribingJson>;
    pageViewId: string;
    minXOffset: number;
    minYOffset: number;
    maxXOffset: number;
    maxYOffset: number;
};