Interface AnalyticsMetaData

Additional properties that are event-agnostic and get sent with each event.

interface AnalyticsMetaData {
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

The index signature.

Generated using TypeDoc