Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 573 Bytes

File metadata and controls

15 lines (9 loc) · 573 Bytes

Home > @snowplow/node-tracker > CorePlugin > activateCorePlugin

CorePlugin.activateCorePlugin property

Called when the plugin is initialised during the trackerCore construction

Use to capture the specific core instance for each instance of a core plugin

Signature:

activateCorePlugin?: (core: TrackerCore) => void;