MarkerJobOptions
此内容尚不支持你的语言。
Defined in: src/job.ts:32
Properties
Section titled “Properties”onProgress?
Section titled “onProgress?”
optionalonProgress?: (progress) =>void
Defined in: src/job.ts:37
Observer failures never interrupt image processing.
Parameters
Section titled “Parameters”progress
Section titled “progress”Returns
Section titled “Returns”void
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Defined in: src/job.ts:33
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: src/job.ts:35
Reject and cancel the native operation after this many milliseconds.