IOptions | @jupyterlab (original) (raw)

Interface IOptions

interface IOptions {
id?: string;
mimeType?: string;
sharedModel?: ISharedText;
}

Index

Properties

id? mimeType? sharedModel?

Properties

Optionalid

id?: string

A unique identifier for the model.

OptionalmimeType

mimeType?: string

The mimetype of the model.

OptionalsharedModel

sharedModel?: ISharedText

Shared editor text.