Skip to content

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): ChangeSet

Parameters:

Parameter Type Description
other ChangeDesc The other change description.
before? boolean | undefined Whether to order as if this comes before other.

Returns: ChangeSetThe mapped change set.