IOptions | @jupyterlab (original) (raw)
Interface IOptions
interface IOptions {
id?: string;
mimeType?: string;
sharedModel?: ISharedText;
}
Index
Properties
Properties
Optional
id
id?: string
A unique identifier for the model.
Optional
mimeType
mimeType?: string
The mimetype of the model.
Optional
sharedModel
sharedModel?: ISharedText
Shared editor text.