Interface: IOptions¶
The instantiation options for an IKernel.
Hierarchy¶
Properties¶
id¶
• id: string
The kernel id.
Defined in¶
packages/kernel/lib/tokens.d.ts:71
name¶
• name: string
The name of the kernel.
Defined in¶
packages/kernel/lib/tokens.d.ts:75
sendMessage¶
• sendMessage: SendMessage
The method to send messages back to the server.
Defined in¶
packages/kernel/lib/tokens.d.ts:79