@trackunit/react-core-contexts-api 0.2.73 → 0.2.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -34,7 +34,7 @@ export interface IAnalyticsContext<Events extends Record<string, Event<BaseEvent
|
|
34
34
|
/**
|
35
35
|
* @template EventName
|
36
36
|
* @param {EventName} eventName Name of the event. Used to look up event interface in EventName.ts
|
37
|
-
* @param
|
37
|
+
* @param details Event parameters. Must match event interface.
|
38
38
|
* @param {{prefix: string, postfix: string}} nameSupplement Generally not reccommended.
|
39
39
|
*
|
40
40
|
* **Prefix**: Add a prefix to begging event name when logging.
|