Skip to main content

IRuntimeLauncherDialogProps

Agent Runtimes


Agent Runtimes / components/runtimes/RuntimeLauncherDialog / IRuntimeLauncherDialogProps

Interface: IRuntimeLauncherDialogProps

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:53

RuntimeLauncherDialog properties.

Properties

dialogTitle?

optional dialogTitle?: string

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:57

Dialog title


kernelSnapshot?

optional kernelSnapshot?: ICodeSandboxSnapshot

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:91

If provided the kernel will be started and will restore the provided snapshot in the kernel.


manager

manager: IRemoteServicesManager

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:62

Remote Jupyter service manager


markdownParser?

optional markdownParser?: IMarkdownParser

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:85

Markdown parser


onSubmit

onSubmit: (spec?) => void

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:67

Form submission callback

Parameters

spec?

IRuntimeDesc

Returns

void


sanitizer?

optional sanitizer?: ISanitizer

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:96

HTML sanitizer


startRuntime?

optional startRuntime?: boolean | "defer" | "with-example"

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:80

Whether to start the kernel or not.

If with-example, a kernel will be started an an example document will be opened (if available). If defer, a kernel will not be started but the kernel params will have a creditsLimit defined for spinning a runtime.

Default: true


submitLabel?

optional submitLabel?: string

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:106

Optional submit button label override.


upgradeSubscription?

optional upgradeSubscription?: string

Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:101

Upgrade subscription URL