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

    Interface ProseMirrorInputConfig

    interface ProseMirrorInputConfig {
        collaborate: boolean;
        documentUUID: string;
        enriched?: string;
        height?: number;
        toggled: boolean;
    }
    Index

    Properties

    collaborate: boolean

    Does this editor instance support collaborative editing?

    documentUUID: string

    A Document UUID. Required for collaborative editing

    enriched?: string

    If the editor is toggled, provide the enrichedHTML which is displayed while the editor is not active.

    height?: number

    The height of the editor in pixels

    toggled: boolean

    Is this editor toggled (true) or always active (false)