LogoRobo.js
Framework

UniqueUpdate

Interface: UniqueUpdate

Unique constraint update descriptor.

Properties

PropertyTypeDescription
idstringRecord ID that owns this constraint.
newKeystringNew unique key to acquire (null if field is now null/undefined).
oldKeystringOld unique key to release (null if field was previously null/undefined).

On this page