apply_document_changes

Function apply_document_changes 

Source
pub(super) async fn apply_document_changes(
    environment: &MountainEnvironment,
    uri: Url,
    new_version_identifier: i64,
    changes_dto_collection: Value,
    _is_dirty_after_change: bool,
    _is_undoing: bool,
    _is_redoing: bool,
) -> Result<(), CommonError>
Expand description

Applies a collection of content changes to a document.