Hierarchy

  • wx

Properties

env: {
    USER_DATA_PATH: string;
}

Type declaration

  • USER_DATA_PATH: string
getFileSystemManager: (() => FileSystemManager)

Type declaration

getFileInfo: ((object) => void)

Type declaration

    • (object): void
    • Parameters

      • object: {
            filePath: string;
            success?: (() => void);
            fail?: (() => void);
            complete?: (() => void);
        }
        • filePath: string
        • Optional success?: (() => void)
            • (): void
            • Returns void

        • Optional fail?: (() => void)
            • (): void
            • Returns void

        • Optional complete?: (() => void)
            • (): void
            • Returns void

      Returns void

createVideoDecoder: (() => VideoDecoder)

Type declaration

getSystemInfoSync: (() => SystemInfo)

Type declaration

createOffscreenCanvas: ((object?, width?, height?, compInst?) => OffscreenCanvas)

Type declaration

    • (object?, width?, height?, compInst?): OffscreenCanvas
    • Parameters

      • Optional object: {
            type: "2d" | "webgl";
        }
        • type: "2d" | "webgl"
      • Optional width: number
      • Optional height: number
      • Optional compInst: any

      Returns OffscreenCanvas

getPerformance: (() => Performance)

Type declaration

    • (): Performance
    • Returns Performance

Generated using TypeDoc