docs-devsite/analytics.controlparams.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Standard gtag.js control parameters. For more information, see the GA4 reference documentation<!-- -->.
<b>Signature:</b>
export interface ControlParams
| Property | Type | Description |
|---|---|---|
| event_callback | () => void | |
| event_timeout | number | |
| groups | string | string[] | |
| send_to | string | string[] |
<b>Signature:</b>
event_callback?: () => void;
<b>Signature:</b>
event_timeout?: number;
<b>Signature:</b>
groups?: string | string[];
<b>Signature:</b>
send_to?: string | string[];