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

    Interface UmbTiptapHtmlTagDivOptions

    interface UmbTiptapHtmlTagDivOptions {
        HTMLAttributes: Record<string, any>;
    }
    Index

    Properties

    Properties

    HTMLAttributes: Record<string, any>

    HTML attributes to add to the element.

    {}
    
    { class: 'foo' }