snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.browserplugin.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [BrowserPlugin](./browser-tracker.browserplugin.md)

## BrowserPlugin interface

Interface which defines Core Plugins

<b>Signature:</b>

```typescript
interface BrowserPlugin extends CorePlugin 
```
<b>Extends:</b> CorePlugin

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [activateBrowserPlugin?](./browser-tracker.browserplugin.activatebrowserplugin.md) | (tracker: BrowserTracker) =&gt; void | <i>(Optional)</i> Called when the plugin is initialised during the Tracker construction |