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

    Interface SetContentOptions

    interface SetContentOptions {
        emitUpdate?: boolean;
        errorOnInvalidContent?: boolean;
        parseOptions?: ParseOptions;
    }
    Index

    Properties

    emitUpdate?: boolean

    Whether to emit an update event.

    true
    
    errorOnInvalidContent?: boolean

    Whether to throw an error if the content is invalid.

    parseOptions?: ParseOptions

    Options for parsing the content.

    {}