The event that is being tracked.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

category: string

The category of the event.

feature: string

The feature associated with the event.

name: string

The name of the event.

values: string[]

The value associated with the event.

Methods

  • Parameters

    Returns {
        category?: string;
        feature?: string;
        name?: string;
        values?: (undefined | string)[];
        serialize?: any;
    }

    • Optional category?: string

      The category of the event.

    • Optional feature?: string

      The feature associated with the event.

    • Optional name?: string

      The name of the event.

    • Optional values?: (undefined | string)[]

      The value associated with the event.