Preparing search index...
The search index is not available
@jmodule/client
@jmodule/client
ResourceOptions
Interface ResourceOptions
创建资源实例的选项接口。
interface
ResourceOptions
{
initTimeout
?:
number
;
strategy
?:
ResourceLoadStrategy
;
type
?:
string
;
}
Index
Properties
init
Timeout?
strategy?
type?
Properties
Optional
init
Timeout
init
Timeout
?:
number
初始化超时时间(单位:毫秒)。此属性是可选的。
Optional
strategy
strategy
?:
ResourceLoadStrategy
资源加载策略。此属性是可选的。
Optional
type
type
?:
string
资源类型。此属性是可选的。
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
init
Timeout
strategy
type
@jmodule/client
default
ModuleStatus
ResourceLoadStrategy
ResourceStatus
DepResolver
JModule
JModuleManager
ModuleHook
Resource
DebugInfoOptions
ElementModifier
LoadOptions
ModuleHookHandle
ModuleMetadata
ModuleOptions
ResourceMetadata
ResourceOptions
ActivateHandler
DeactivateHandler
TypeHandler
eventToPromise
Loading...
Generated using
TypeDoc
创建资源实例的选项接口。