The session initialization options.

Hierarchy

  • IOptions

Properties

clientId?: string

The unique identifier for the session client.

kernelConnectionOptions?: Omit<Kernel.IKernelConnection.IOptions, "username" | "clientId" | "model" | "serverSettings">

Kernel connection options

Session model.

serverSettings?: ServerConnection.ISettings

The server settings.

username?: string

The username of the session client.

Methods

Generated using TypeDoc