Interface ResourceOptions

创建资源实例的选项接口。

interface ResourceOptions {
    initTimeout?: number;
    strategy?: ResourceLoadStrategy;
    type?: string;
}

Properties

initTimeout?: number

初始化超时时间(单位:毫秒)。此属性是可选的。

资源加载策略。此属性是可选的。

type?: string

资源类型。此属性是可选的。

Generated using TypeDoc