Skip to content

Commit

Permalink
Applying documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 9f4b67b commit 781cadb
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 94 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EventPayloadAndContext](./browser-tracker.eventpayloadandcontext.md) &gt; [context](./browser-tracker.eventpayloadandcontext.context.md)

## EventPayloadAndContext.context property

List of context entities to track along with the event

<b>Signature:</b>

```typescript
context: Array<SelfDescribingJson>;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EventPayloadAndContext](./browser-tracker.eventpayloadandcontext.md) &gt; [context](./browser-tracker.eventpayloadandcontext.context.md)

## EventPayloadAndContext.context property

List of context entities to track along with the event

<b>Signature:</b>

```typescript
context: Array<SelfDescribingJson>;
```
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EventPayloadAndContext](./browser-tracker.eventpayloadandcontext.md) &gt; [event](./browser-tracker.eventpayloadandcontext.event.md)

## EventPayloadAndContext.event property

Tracker payload for the event data

<b>Signature:</b>

```typescript
event: PayloadBuilder;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EventPayloadAndContext](./browser-tracker.eventpayloadandcontext.md) &gt; [event](./browser-tracker.eventpayloadandcontext.event.md)

## EventPayloadAndContext.event property

Tracker payload for the event data

<b>Signature:</b>

```typescript
event: PayloadBuilder;
```
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

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

## EventPayloadAndContext interface

Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).

<b>Signature:</b>

```typescript
interface EventPayloadAndContext
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [context](./browser-tracker.eventpayloadandcontext.context.md) | Array&lt;SelfDescribingJson&gt; | List of context entities to track along with the event |
| [event](./browser-tracker.eventpayloadandcontext.event.md) | PayloadBuilder | Tracker payload for the event data |

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

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

## EventPayloadAndContext interface

Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).

<b>Signature:</b>

```typescript
interface EventPayloadAndContext
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [context](./browser-tracker.eventpayloadandcontext.context.md) | Array&lt;SelfDescribingJson&gt; | List of context entities to track along with the event |
| [event](./browser-tracker.eventpayloadandcontext.event.md) | PayloadBuilder | Tracker payload for the event data |

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventPayloadAndContext](./node-tracker.eventpayloadandcontext.md) &gt; [context](./node-tracker.eventpayloadandcontext.context.md)

## EventPayloadAndContext.context property

List of context entities to track along with the event

<b>Signature:</b>

```typescript
context: Array<SelfDescribingJson>;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventPayloadAndContext](./node-tracker.eventpayloadandcontext.md) &gt; [context](./node-tracker.eventpayloadandcontext.context.md)

## EventPayloadAndContext.context property

List of context entities to track along with the event

<b>Signature:</b>

```typescript
context: Array<SelfDescribingJson>;
```
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventPayloadAndContext](./node-tracker.eventpayloadandcontext.md) &gt; [event](./node-tracker.eventpayloadandcontext.event.md)

## EventPayloadAndContext.event property

Tracker payload for the event data

<b>Signature:</b>

```typescript
event: PayloadBuilder;
```
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventPayloadAndContext](./node-tracker.eventpayloadandcontext.md) &gt; [event](./node-tracker.eventpayloadandcontext.event.md)

## EventPayloadAndContext.event property

Tracker payload for the event data

<b>Signature:</b>

```typescript
event: PayloadBuilder;
```
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventPayloadAndContext](./node-tracker.eventpayloadandcontext.md)

## EventPayloadAndContext interface

Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).

<b>Signature:</b>

```typescript
interface EventPayloadAndContext
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [context](./node-tracker.eventpayloadandcontext.context.md) | Array&lt;SelfDescribingJson&gt; | List of context entities to track along with the event |
| [event](./node-tracker.eventpayloadandcontext.event.md) | PayloadBuilder | Tracker payload for the event data |

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

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventPayloadAndContext](./node-tracker.eventpayloadandcontext.md)

## EventPayloadAndContext interface

Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).

<b>Signature:</b>

```typescript
interface EventPayloadAndContext
```

## Properties

| Property | Type | Description |
| --- | --- | --- |
| [context](./node-tracker.eventpayloadandcontext.context.md) | Array&lt;SelfDescribingJson&gt; | List of context entities to track along with the event |
| [event](./node-tracker.eventpayloadandcontext.event.md) | PayloadBuilder | Tracker payload for the event data |

0 comments on commit 781cadb

Please sign in to comment.