ChangeSet.map method
ChangeSet › map
Official
Given another change set starting in the same document, maps this change set over the other.Signature:
map(other: ChangeDesc, before?: boolean | undefined): ChangeSetParameters:
| Parameter | Type | Description |
|---|---|---|
| other | ChangeDesc | The other change description. |
| before? | boolean | undefined | Whether to order as if this comes before other. |
Returns: ChangeSet — The mapped change set.