Type alias ThreeBCFParams

ThreeBCFParams: {
    worker?: (new () => Worker);
    workerURL?: string;
}

The parameters for the ThreeBCF class.

Type declaration

  • Optional worker?: (new () => Worker)
      • new (): Worker
      • The worker instance.

        Returns Worker

  • Optional workerURL?: string

    The URL of the worker script.

    new Worker(workerURL)
    

Generated using TypeDoc