Skip to content

ChangeSet.apply method

ChangeSet › apply

Official

Apply the changes to a document, returning the modified document.

Signature:

apply(doc: Text): Text

Parameters:

Parameter Type Description
doc Text The document to apply changes to.

Returns: TextThe modified document.