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

    Interface InsertContentAtOptions

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

    Properties

    applyInputRules?: boolean

    Whether to apply input rules after inserting the content.

    applyPasteRules?: boolean

    Whether to apply paste rules after inserting the content.

    errorOnInvalidContent?: boolean

    Whether to throw an error if the content is invalid.

    parseOptions?: ParseOptions

    Options for parsing the content.

    updateSelection?: boolean

    Whether to update the selection after inserting the content.