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

    Class ProseMirrorHighlightMatchesPlugin

    A ProseMirrorPlugin wrapper around the PossibleMatchesTooltip class.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get key(): PluginKey<any>

      A unique key for this plugin that can be used to identify a plugin instance in any given editor.

      Returns PluginKey<any>

    Methods

    • Build the plugin.

      Parameters

      • schema: any

        The ProseMirror schema to build the plugin against.

      • options: {} = {}

        Additional options to pass to the plugin.

      Returns Plugin<any>