interface UmbTiptapToolbarElementApi {
    configuration?: UmbPropertyEditorConfigCollection;
    manifest?: ManifestTiptapToolbarExtension<MetaTiptapToolbarExtension>;
    destroy(): void;
    execute(editor?: Editor): void;
    isActive(editor?: Editor): boolean;
    isDisabled(editor?: Editor): boolean;
}

Hierarchy (View Summary, Expand)

Implemented by

Properties

The data type configuration for the property editor that the editor is used for. You can populate this manually if you are using the editor outside of a property editor with the UmbPropertyEditorConfigCollection object.

This is only available when the editor is used in a property editor or populated manually.

The manifest for the extension.

Methods

MMNEPVFCICPMFPCPTTAAATR