File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export function setAnalyticsCollectionEnabled(
233233 * With gtag's "set" command, the values passed persist on the current page and are passed with
234234 * all subsequent events.
235235 * @public
236- * @param customParams Any custom params the user may pass to gtag.js.
236+ * @param customParams - Any custom params the user may pass to gtag.js.
237237 */
238238export function setDefaultEventParameters ( customParams : CustomParams ) : void {
239239 // Check if reference to existing gtag function on window object exists
@@ -744,7 +744,7 @@ export type CustomEventName<T> = T extends EventNameString ? never : T;
744744 * Use the {@link ConsentSettings} to specify individual consent type values. By default consent
745745 * types are set to "granted".
746746 * @public
747- * @param consentSettings Maps the applicable end user consent state for gtag.js.
747+ * @param consentSettings - Maps the applicable end user consent state for gtag.js.
748748 */
749749export function setConsent ( consentSettings : ConsentSettings ) : void {
750750 // Check if reference to existing gtag function on window object exists
You can’t perform that action at this time.
0 commit comments