x4js - v2.2.49
    Preparing search index...
    interface IWorkerContext<H = {}> {
        host: H;
        getMirrorModels(): IMirrorModel[];
    }

    Type Parameters

    • H = {}
    Index
    host: H

    A proxy to the main thread host object.