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

    Interface InsertContentOptions

    interface InsertContentOptions {
        applyInputRules?: boolean;
        applyPasteRules?: boolean;
        parseOptions?: ParseOptions;
        updateSelection?: boolean;
    }
    Index

    Properties

    applyInputRules?: boolean
    applyPasteRules?: boolean
    parseOptions?: ParseOptions

    Options for parsing the content.

    updateSelection?: boolean

    Whether to update the selection after inserting the content.