We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4a65c commit 524862aCopy full SHA for 524862a
packages/gatsby-plugin-google-analytics/index.d.ts
@@ -14,10 +14,10 @@ export interface CustomEventArgs {
14
action: string
15
label?: string
16
value?: string
17
- nonInteraction: boolean
18
- transport: "beacon" | "xhr" | "image"
19
- hitCallback: Function
20
- callbackTimeout: Number
+ nonInteraction?: boolean
+ transport?: "beacon" | "xhr" | "image"
+ hitCallback?: Function
+ callbackTimeout?: Number
21
}
22
23
export function trackCustomEvent(args: CustomEventArgs): void
0 commit comments