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

    Interface ProseMirrorMenuOptions

    interface ProseMirrorMenuOptions {
        compact?: boolean;
        destroyOnSave?: boolean;
        onSave?: Function;
    }
    Index

    Properties

    compact?: boolean

    Whether to display a more compact version of the menu.

    destroyOnSave?: boolean

    Whether this editor instance is intended to be destroyed when saved.

    onSave?: Function

    A function to call when the save button is pressed.