-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e00c56
commit 6f71c2d
Showing
5 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...browser-tracker/markdown/browser-tracker.extendedcrossdomainlinkerattributes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [ExtendedCrossDomainLinkerAttributes](./browser-tracker.extendedcrossdomainlinkerattributes.md) | ||
|
||
## ExtendedCrossDomainLinkerAttributes type | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
type ExtendedCrossDomainLinkerAttributes = { | ||
userId?: boolean; | ||
sessionId?: boolean; | ||
sourceId?: boolean; | ||
sourcePlatform?: boolean; | ||
reason?: boolean | ((evt: Event) => string); | ||
}; | ||
``` |
11 changes: 11 additions & 0 deletions
11
...cs/browser-tracker/markdown/browser-tracker.extendedcrossdomainlinkeroptions.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [ExtendedCrossDomainLinkerOptions](./browser-tracker.extendedcrossdomainlinkeroptions.md) | ||
|
||
## ExtendedCrossDomainLinkerOptions type | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
type ExtendedCrossDomainLinkerOptions = boolean | ExtendedCrossDomainLinkerAttributes; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters