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

    Interface ProseMirrorDropDownConfig

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

    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.