Member Junction
    Preparing search index...

    Event emitted when a toolbar button is clicked

    interface ToolbarActionEvent {
        buttonId: string;
        editor: EditorView;
    }
    Index

    Properties

    Properties

    buttonId: string

    ID of the button that was clicked

    editor: EditorView

    Reference to the editor instance