Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAssetManagerOptions

AssetManager 配置。

Hierarchy

  • IAssetManagerOptions

Index

Properties

Optional bundleVers

bundleVers: Record<string, string>

所有 bundle 的版本信息

Optional importBase

importBase: undefined | string

Optional jsbDownloaderMaxTasks

jsbDownloaderMaxTasks: undefined | number

Optional jsbDownloaderTimeout

jsbDownloaderTimeout: undefined | number

Optional nativeBase

nativeBase: undefined | string

Optional remoteBundles

remoteBundles: string[]

配置为远程包的 bundle

Optional server

server: undefined | string

远程服务器地址

Optional subpackages

subpackages: string[]

配置为子包的 bundle

Generated using TypeDoc