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

Properties

onSave: Function

A function to call when the save button is pressed.

destroyOnSave: boolean

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

compact: boolean

Whether to display a more compact version of the menu.