interface ProseMirrorContentLinkOptions {
    document?: Document<object, DocumentConstructionContext>;
    relativeLinks?: boolean;
}

Properties

The parent document housing this editor.

relativeLinks?: boolean

Whether to generate links relative to the parent document.