Workstation API - v0.6.2
    Preparing search index...

    Interface Context

    Machine and path information passed to a configuration factory.

    interface Context {
        configDir: string;
        home: string;
        hostname: string;
        machine: string;
        platform: Platform;
    }
    Index
    configDir: string

    Absolute directory of the TypeScript entry point; imported fragments share this base.

    home: string

    Absolute home directory of the executing user.

    hostname: string

    Full operating-system hostname.

    machine: string

    Short hostname by default, or the exact --machine override.

    platform: Platform

    Operating system detected on the executing machine.