Skip to content

[T] MinPropertiesDecorator

type MinPropertiesDecorator = (context, target, value) => void;

Specify the minimum number of properties this object can have.

Parameters

ParameterTypeDescription
contextDecoratorContext-
targetType | ModelProperty-
valuenumberThe minimum number of properties this object can have.

Returns

void