@umbraco-cms/backoffice
    Preparing search index...

    Type Alias UmbTiptapBubbleMenuPluginProps

    type UmbTiptapBubbleMenuPluginProps = {
        elementName?: string | null;
        menuAlias?: string;
        placement?: UUIPopoverContainerElement["placement"];
        shouldShow?:
            | (
                (
                    props: {
                        editor: Editor;
                        from: number;
                        state: EditorState;
                        to: number;
                        view: EditorView;
                    },
                ) => boolean
            )
            | null;
        unique: string;
    }
    Index

    Properties

    elementName?: string | null
    menuAlias?: string
    placement?: UUIPopoverContainerElement["placement"]
    shouldShow?:
        | (
            (
                props: {
                    editor: Editor;
                    from: number;
                    state: EditorState;
                    to: number;
                    view: EditorView;
                },
            ) => boolean
        )
        | null
    unique: string