Preparing search index...
The search index is not available
Akashic Engine
Akashic Engine
ModuleParameterObject
Interface ModuleParameterObject
interface
ModuleParameterObject
{
id
:
string
;
path
:
string
;
requireFunc
:
(
(
path
:
string
,
currentModule
?:
Module
)
=>
any
)
;
resolveFunc
:
(
(
path
:
string
,
currentModule
?:
Module
)
=>
string
)
;
runtimeValueBase
:
ScriptAssetRuntimeValueBase
;
virtualPath
?:
string
;
}
Index
Properties
id
path
require
Func
resolve
Func
runtime
Value
Base
virtual
Path?
Properties
id
id
:
string
path
path
:
string
require
Func
require
Func
:
(
(
path
:
string
,
currentModule
?:
Module
)
=>
any
)
resolve
Func
resolve
Func
:
(
(
path
:
string
,
currentModule
?:
Module
)
=>
string
)
runtime
Value
Base
runtime
Value
Base
:
ScriptAssetRuntimeValueBase
Optional
virtual
Path
virtual
Path
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
id
path
require
Func
resolve
Func
runtime
Value
Base
virtual
Path
Akashic Engine
Loading...