umami-api-js
    Preparing search index...

    Interface Event

    interface Event {
        browser: string | null;
        city: string;
        country: string;
        createdAt: Date;
        device: string;
        eventName: string;
        eventType: number;
        hasData?: boolean;
        hostname: string;
        id: string;
        os: string | null;
        pageTitle: string | null;
        referrerDomain: string | null;
        referrerPath: string | null;
        referrerQuery: string | null;
        sessionId: string;
        urlPath: string;
        urlQuery: string;
        websiteId: string;
    }
    Index

    Properties

    browser: string | null
    city: string
    country: string
    createdAt: Date
    device: string
    eventName: string
    eventType: number
    hasData?: boolean
    hostname: string
    id: string
    os: string | null
    pageTitle: string | null
    referrerDomain: string | null
    referrerPath: string | null
    referrerQuery: string | null
    sessionId: string
    urlPath: string
    urlQuery: string
    websiteId: string