GlobalWorkerOptionsType
Unofficial
Type for the global worker options object.
Import:
import type { GlobalWorkerOptionsType } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface GlobalWorkerOptionsTypeProperties
| Property | Type | Description | |
|---|---|---|---|
| workerPort | null | unknown | The worker port. | |
| workerSrc | string | URL of the worker source file. |
Links to this page: