[T] UniqueItemsDecorator
type UniqueItemsDecorator = (context, target) => void;Specify that every item in the array must be unique.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | DecoratorContext |
target | Type | ModelProperty |
Returns
Section titled “Returns”void