Home > @snowplow/browser-tracker > setDocumentTitle
Override document.title
Signature:
declare function setDocumentTitle(title: string, trackers?: Array<string>): void;| Parameter | Type | Description |
|---|---|---|
| title | string | Document title which will be used as override |
| trackers | Array<string> | The tracker identifiers which will be configured |
Returns:
void