Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
worker
IWorkerContext
Interface IWorkerContext<H>
interface
IWorkerContext
<
H
>
{
host
:
H
;
getMirrorModels
(
)
:
IMirrorModel
[]
;
}
Type Parameters
H
=
undefined
Index
Properties
host
Methods
get
Mirror
Models
Properties
host
host
:
H
A proxy to the main thread host object.
Methods
get
Mirror
Models
get
Mirror
Models
(
)
:
IMirrorModel
[]
Get all available mirror models in this worker.
Returns
IMirrorModel
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
host
get
Mirror
Models
Monaco Editor API
Loading...
A proxy to the main thread host object.