跳转到内容
菜单
自动
简体中文
GitHub
自动
简体中文

MarkerJobOptions

此内容尚不支持你的语言。

Defined in: src/job.ts:32

optional onProgress?: (progress) => void

Defined in: src/job.ts:37

Observer failures never interrupt image processing.

MarkerJobProgress

void


optional signal?: AbortSignal

Defined in: src/job.ts:33


optional timeoutMs?: number

Defined in: src/job.ts:35

Reject and cancel the native operation after this many milliseconds.