ChangeType Enum
The type of a Change
Signature
export declare enum ChangeType
Flags
Flag | Description |
---|---|
Build | |
Constraint | |
Detach | |
Insert | |
SetValue |
Build
Signature
Build = 2
Constraint
Signature
Constraint = 4
Detach
Signature
Detach = 1
Insert
Signature
Insert = 0
SetValue
Signature
SetValue = 3