Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 673 Bytes

File metadata and controls

25 lines (15 loc) · 673 Bytes

Home > @snowplow/browser-tracker > setDocumentTitle

setDocumentTitle() function

Override document.title

Signature:

declare function setDocumentTitle(title: string, trackers?: Array<string>): void;

Parameters

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