IOptions | @jupyterlab (original) (raw)

The options used to initialize an editor.

Hierarchy (View Summary)

Index

Properties

Optionalconfig

config?: Record<string, any>

The configuration options for the editor.

Optionalextensions

List of editor extensions to be added.

host

The host widget used by the editor.

Optionalinline

inline?: boolean

Whether the editor will be inline or not.

model

The model used by the editor.

Optionaltranslator

The configuration options for the editor.

Optionaluuid

uuid?: string

The desired uuid for the editor.