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

    Interface UmbTiptapHtmlTagSpanOptions

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

    Properties

    Properties

    HTMLAttributes: Record<string, any>

    HTML attributes to add to the span element.

    {}
    
    { class: 'foo' }