Nutrient Web SDK
    Preparing search index...

    Interface ContentEditorSaveOperation

    Indicates that a content editor session was saved, modifying the document's text content.

    interface ContentEditorSaveOperation {
        type: "contentEditorSave";
    }
    Index

    Properties

    Properties

    type: "contentEditorSave"