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

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.