Preparing search index...
The search index is not available
Endo API documentation
Endo API documentation
@endo/init
CompartmentOptions
Interface CompartmentOptions
interface
CompartmentOptions
{
__noNamespaceBox__
?:
boolean
;
__shimTransforms__
?:
Transform
[]
;
globals
?:
Map
<
string
,
any
>
;
importHook
?:
ImportHook
;
importMetaHook
?:
ImportMetaHook
;
importNowHook
?:
ImportNowHook
;
moduleMapHook
?:
ModuleMapHook
;
modules
?:
Map
<
string
,
ModuleDescriptor
>
;
name
?:
string
;
resolveHook
?:
ResolveHook
;
transforms
?:
Transform
[]
;
}
Index
Properties
__no
Namespace
Box__?
__shim
Transforms__?
globals?
import
Hook?
import
Meta
Hook?
import
Now
Hook?
module
Map
Hook?
modules?
name?
resolve
Hook?
transforms?
Properties
Optional
__no
Namespace
Box__
__no
Namespace
Box__
?:
boolean
Optional
__shim
Transforms__
__shim
Transforms__
?:
Transform
[]
Optional
globals
globals
?:
Map
<
string
,
any
>
Optional
import
Hook
import
Hook
?:
ImportHook
Optional
import
Meta
Hook
import
Meta
Hook
?:
ImportMetaHook
Optional
import
Now
Hook
import
Now
Hook
?:
ImportNowHook
Optional
module
Map
Hook
module
Map
Hook
?:
ModuleMapHook
Optional
modules
modules
?:
Map
<
string
,
ModuleDescriptor
>
Optional
name
name
?:
string
Optional
resolve
Hook
resolve
Hook
?:
ResolveHook
Optional
transforms
transforms
?:
Transform
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__no
Namespace
Box__
__shim
Transforms__
globals
import
Hook
import
Meta
Hook
import
Now
Hook
module
Map
Hook
modules
name
resolve
Hook
transforms
Endo API documentation
Loading...