OneSDK
    Preparing search index...

    Interface AppInfo

    interface AppInfo {
        licensed: boolean;
        platform: "win" | "mac";
        port: number;
        templatePath: string;
        templateUrl: string;
        version: string;
    }
    Index

    Properties

    licensed: boolean
    platform: "win" | "mac"
    port: number
    templatePath: string
    templateUrl: string
    version: string