@wailsio/runtime
    Preparing search index...

    Interface EnvironmentInfo

    interface EnvironmentInfo {
        Arch: string;
        Debug: boolean;
        OS: string;
        OSInfo: OSInfo;
        PlatformInfo: Record<string, any>;
    }
    Index

    Properties

    Arch: string

    The architecture of the system.

    Debug: boolean

    True if the application is running in debug mode, otherwise false.

    OS: string

    The operating system in use.

    OSInfo: OSInfo

    Details of the operating system.

    PlatformInfo: Record<string, any>

    Additional platform information.