File tree 2 files changed +4
-4
lines changed
packages-exp/analytics-exp/src
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -280,11 +280,11 @@ export interface EventParams {
280
280
promotions ?: Promotion [ ] ;
281
281
screen_name ?: string ;
282
282
/**
283
- * Firebase-specific. Use to log a screen_name to Firebase Analytics.
283
+ * Firebase-specific. Use to log a ` screen_name` to Firebase Analytics.
284
284
*/
285
285
firebase_screen ?: string ;
286
286
/**
287
- * Firebase-specific. Use to log a screen_class to Firebase Analytics.
287
+ * Firebase-specific. Use to log a ` screen_class` to Firebase Analytics.
288
288
*/
289
289
firebase_screen_class ?: string ;
290
290
search_term ?: string ;
Original file line number Diff line number Diff line change @@ -549,11 +549,11 @@ export interface EventParams {
549
549
promotions ?: Promotion [ ] ;
550
550
screen_name ?: string ;
551
551
/**
552
- * Firebase-specific. Use to log a screen_name to Firebase Analytics.
552
+ * Firebase-specific. Use to log a ` screen_name` to Firebase Analytics.
553
553
*/
554
554
firebase_screen ?: string ;
555
555
/**
556
- * Firebase-specific. Use to log a screen_class to Firebase Analytics.
556
+ * Firebase-specific. Use to log a ` screen_class` to Firebase Analytics.
557
557
*/
558
558
firebase_screen_class ?: string ;
559
559
search_term ?: string ;
You can’t perform that action at this time.
0 commit comments