IRuntimeLauncherDialogProps
Agent Runtimes / components/runtimes/RuntimeLauncherDialog / IRuntimeLauncherDialogProps
Interface: IRuntimeLauncherDialogProps
Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:53
RuntimeLauncherDialog properties.
Properties
dialogTitle?
optionaldialogTitle?:string
Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:57
Dialog title
kernelSnapshot?
optionalkernelSnapshot?: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?
optionalmarkdownParser?: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?
Returns
void
sanitizer?
optionalsanitizer?:ISanitizer
Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:96
HTML sanitizer
startRuntime?
optionalstartRuntime?: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?
optionalsubmitLabel?:string
Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:106
Optional submit button label override.
upgradeSubscription?
optionalupgradeSubscription?:string
Defined in: src/components/runtimes/RuntimeLauncherDialog.tsx:101
Upgrade subscription URL