As current version of the SDK doesn't provide the TagoContext interface.

interface TagoContext {
    analysis_id: string;
    environment: AnalysisEnvironment[];
    log: ((...args) => void);
    token: string;
}

Properties

analysis_id: string
environment: AnalysisEnvironment[]
log: ((...args) => void)

Type declaration

    • (...args): void
    • Parameters

      • Rest ...args: any[]

      Returns void

token: string