Skip to main content
Version: v1

Change TypeAlias

A change that composes an Edit.

Change objects can be conveniently constructed with the helper methods exported on a constant of the same name.

Signature

export declare type Change = Insert | Detach | Build | SetValue | Constraint;

Example

Change.insert(sourceId, destination)