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

    Interface ProseMirrorInsert

    interface ProseMirrorInsert {
        action: string;
        children?: ProseMirrorInsert[];
        html?: string;
        inline?: boolean;
        title: string;
    }
    Index

    Properties

    action: string

    A unique identifier.

    children?: ProseMirrorInsert[]

    Any child entries.

    html?: string

    The insert's markup.

    inline?: boolean

    Whether the insert is inline content, otherwise it is assumed to be block content.

    title: string

    The description of the menu item or insert.