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

Properties

id?: string

A unique identifier for the model.

mimeType?: string

The mimetype of the model.

sharedModel?: ISharedText

Shared editor text.