Sign up (with export icon)

DocumentCompareProcessOptions

Api-interface iconinterface

Options for process.

Properties

  • Chevron-right icon

    asSuggestions : boolean | undefined
    inherited

    Whether the operations carry track-changes suggestion markers.

  • Chevron-right icon

    overwriteOnError : boolean | undefined

    What to do when the processing fails.

    By default, the underlying error is rethrown.

    When the options is set to true, the whole document is instead overwritten with the processed data via editor.setData() and process returns false.

    Note, that the overwrite is also performed in real-time collaboration environment, and it may roll back some edits made by remote users while callback was processing. Opt in only when overwriting the whole document is acceptable.