Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ProseMirrorContentLinkOptions

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

    Properties

    The parent document housing this editor.

    relativeLinks?: boolean

    Whether to generate links relative to the parent document.