CoreMedia CKEditor 5 Plugins
    Preparing search index...

    The Blocklist UI plugin. It introduces the 'blocklist' button and support for the Ctrl+Shift+B keystroke. It also creates the views, that are displayed inside the contextual balloon when triggered by the button, click or keystroke.

    It uses the contextual balloon plugin.

    Hierarchy

    • Plugin
      • Blocklistui
    Index

    Constructors

    • Parameters

      • editor: Editor

      Returns Blocklistui

    Properties

    blocklistActionsView?: BlocklistActionsView
    blocklistCommand: BlocklistCommand | undefined
    pluginName: string = "BlocklistUI"
    requires: (typeof ContextualBalloon | typeof BlocklistEditing)[] = ...

    Methods