[T] MinPropertiesDecorator
type MinPropertiesDecorator = (context, target, value) => DecoratorValidatorCallbacks | void;Specify the minimum number of properties this object can have.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | - |
target | Type | ModelProperty | - |
value | number | The minimum number of properties this object can have. |
Returns
Section titled “Returns”DecoratorValidatorCallbacks | void