Skip to main content
Version: v1

ChangeInternal 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 ChangeInternal = InsertInternal | DetachInternal | BuildInternal | SetValueInternal | ConstraintInternal;