EmberColumnData.DuplicateAcrossRecordsValidation Class
Extends EmberColumnData.EmptyValidation
Module: ember-column-data-validationParent Module: ember-column-data
Validate duplication across siblings of the record. Pass type = 4 to get this.
Item Index
Properties
Properties
duplicateCheckKey
String
Key in the object to check duplicate for.
duplicateCheckPath
String
Path relative to record to check duplication under.
invalidMessage
String
Message to show when the validation fails.
negate
Boolean
Boolean that says whether to negate the result or not.