Interface IWorkerContext<H>

interface IWorkerContext<H> {
    host: H;
    getMirrorModels(): IMirrorModel[];
}

Type Parameters

  • H = undefined

Properties

Methods

Properties

host: H

A proxy to the main thread host object.

Methods

  • Get all available mirror models in this worker.

    Returns IMirrorModel[]