Skip to content

GlobalWorkerOptionsType

Unofficial

Type for the global worker options object.

Import:

import type { GlobalWorkerOptionsType } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface GlobalWorkerOptionsType

Properties

PropertyTypeDescription
workerPortnull | unknownThe worker port.
workerSrcstringURL of the worker source file.

Links to this page: