Type alias ICellAdapterOptions
ICellAdapterOptions: { boxOptions?: BoxOptions; id: string; kernel: Kernel; serverSettings: ServerConnection.ISettings; source: string; type: "code" | "markdown" | "raw"; } Type declaration
Optional
boxOptions?: BoxOptions
id: string
serverSettings: ServerConnection.ISettings
source: string
type: "code" | "markdown" | "raw"