Hierarchy

  • wx

Properties

env: {
    USER_DATA_PATH: string;
}

Type declaration

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

Type declaration

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

Type declaration

    • (object: {
          filePath: string;
          success?: (() => void);
          fail?: (() => void);
          complete?: (() => void);
      }): 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?: {
    type: "2d" | "webgl";
}, width?: number, height?: number, compInst?: any) => OffscreenCanvas)

Type declaration

    • (object?: {
          type: "2d" | "webgl";
      }, width?: number, height?: number, compInst?: any): 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