TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface TagoContext

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

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

    Properties

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