File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ export function setAnalyticsCollectionEnabled(
233
233
* With gtag's "set" command, the values passed persist on the current page and are passed with
234
234
* all subsequent events.
235
235
* @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.
237
237
*/
238
238
export function setDefaultEventParameters ( customParams : CustomParams ) : void {
239
239
// Check if reference to existing gtag function on window object exists
@@ -744,7 +744,7 @@ export type CustomEventName<T> = T extends EventNameString ? never : T;
744
744
* Use the {@link ConsentSettings} to specify individual consent type values. By default consent
745
745
* types are set to "granted".
746
746
* @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.
748
748
*/
749
749
export function setConsent ( consentSettings : ConsentSettings ) : void {
750
750
// Check if reference to existing gtag function on window object exists
You can’t perform that action at this time.
0 commit comments