Interface NavigatorContext

interface NavigatorContext {
    clientId: string;
    location: null | string;
    referrer: null | string;
    userAgent: null | string;
}

Properties

clientId: string
location: null | string
referrer: null | string
userAgent: null | string