IOptions | @jupyterlab (original) (raw)
The options used to initialize an editor.
Hierarchy (View Summary)
- IOptions
Index
Properties
Optional
config
config?: Record<string, any>
The configuration options for the editor.
Optional
extensions
List of editor extensions to be added.
host
The host widget used by the editor.
Optional
inline
inline?: boolean
Whether the editor will be inline or not.
model
The model used by the editor.
Optional
translator
The configuration options for the editor.
Optional
uuid
uuid?: string
The desired uuid for the editor.