Skip to content

GlobalWorkerOptionsType

Unofficial

Type for the global worker options object.

Import:

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

Signature:

export interface GlobalWorkerOptionsType

Properties

Property Type Description
workerPort null | unknown The worker port.
workerSrc string URL of the worker source file.

Links to this page: