Skip to content

ChangeSet.compose method

ChangeSet › compose

Official

Combine two subsequent change sets into a single set.

Signature:

compose(other: ChangeSet): ChangeSet

Parameters:

Parameter Type Description
other ChangeSet The change set to compose with.

Returns: ChangeSetThe composed change set.