Skip to content

trackkit / index / EventType

Type Alias: EventType

EventType = "track" | "pageview" | "identify"

Defined in: types.ts:83

Supported high-level analytics operations.

These map to facade methods and provider instance methods.

Released under the MIT License.