Version: v1On this pageChange TypeAliasA 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)