Type alias: SerializedObject\<S>¶
Ƭ SerializedObject\<S>: Object
A class that is serizlized to and json, that can be constructed back to the original class in the worker or in the main thread
Type parameters¶
| Name | Type |
|---|---|
S |
extends Serialized = any |
Index signature¶
▪ [_: string]: S
Defined in¶
src/util/web_worker_transfer.ts:10