Skip to content

ChangeDesc.composeDesc method

ChangeDesc › composeDesc

Official

Compute the combined effect of applying another set of changes after this one.

Signature:

composeDesc(other: ChangeDesc): ChangeDesc

Parameters:

Parameter Type Description
other ChangeDesc The other change description.

Returns: ChangeDescThe composed change description.