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

    Interface UmbTiptapHtmlTagDivContainerOptions

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

    HTML attributes to add to the element.

    {}
    
    { class: 'foo' }