Type Alias: SpawnActorOptions

SpawnActorOptions = { entryModule: string; initialMessage?: unknown; name?: string; transfer?: Transferable[]; }

Properties

entryModule

entryModule: string


initialMessage?

optional initialMessage: unknown


name?

optional name: string


transfer?

optional transfer: Transferable[]