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

    Interface UmbTiptapFigureOptions

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

    Properties

    Properties

    HTMLAttributes: Record<string, any>

    HTML attributes to add to the image element.

    {}
    
    { class: 'foo' }