IWorkerContext
ts
interface IWorkerContext<H> {
host: H;
getMirrorModels(): IMirrorModel[];
}host
- 类型:
H
getMirrorModels
- 类型:
() =>IMirrorModel[]
interface IWorkerContext<H> {
host: H;
getMirrorModels(): IMirrorModel[];
}H() => IMirrorModel[]