interface ProseMirrorContentLinkOptions {
    document: ClientDocument;
    relativeLinks: boolean;
}

Properties

document: ClientDocument

The parent document housing this editor.

relativeLinks: boolean

Whether to generate links relative to the parent document.