Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 550 Bytes

File metadata and controls

13 lines (8 loc) · 550 Bytes

Home > @snowplow/browser-tracker > PageViewEvent > contextCallback

PageViewEvent.contextCallback property

A callback which will fire on the page view and each subsequent activity tracking event for this page view

Signature:

contextCallback?: (() => Array<SelfDescribingJson>) | null;