- Source:
Methods
(static) dependsOn(resourceKey) → {Dependency}
リソースキーから、Dependencyオブジェクトを返します
Parameters:
Name | Type | Description |
---|---|---|
resourceKey |
String |
Returns:
- Type
- Dependency
- Source:
(static) get(resourceKey) → {Promise}
指定されたリソースキーの解決を行います
Parameters:
Name | Type | Description |
---|---|---|
resourceKey |
String | Array |
Returns:
- Type
- Promise
- Source:
(static) isDependency(obj) → {Boolean}
引数がDependencyクラスかどうか判定
Parameters:
Name | Type | Description |
---|---|---|
obj |
Any |
Returns:
Dependencyクラスかどうか
- Type
- Boolean
- Source:
(static) register(key, value, exposeToGlobalopt, exposureNameopt)
リソースの登録
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
key |
String | |||
value |
Any | |||
exposeToGlobal |
Boolean |
<optional> |
false | グローバルに公開するか |
exposureName |
String |
<optional> |
null | グローバル公開名 |
- Source: