AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface HostSpecs

    interface HostSpecs {
        aeroGlassEnabled?: boolean;
        arch: string;
        cpus: CpuInfo[];
        gpu: GpuInfo;
        memory: number;
        name: string;
        screenSaver?: boolean;
    }
    Index
    aeroGlassEnabled?: boolean

    True if Aero Glass theme is supported on Windows platforms

    arch: string

    "x86_64" for 64-bit

    cpus: CpuInfo[]

    The same payload as Node's os.cpus()

    gpu: GpuInfo

    The graphics card name

    memory: number

    The same payload as Node's os.totalmem()

    name: string

    The OS name and version/edition

    screenSaver?: boolean

    True if screensaver is running. Supported on Windows only.