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