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

Properties

cssClass: string

The menu CSS class.

The drop-down entries.

icon?: string

An optional icon to use instead of a text label.

title: string

The default title of the drop-down.