interface ProseMirrorDropDownConfig {
    title: string;
    cssClass: string;
    icon: string;
    entries: ProseMirrorMenuItem[];
}

Properties

title: string

The default title of the drop-down.

cssClass: string

The menu CSS class.

icon: string

An optional icon to use instead of a text label.

The drop-down entries.