[T] MultipleOfDecorator
type MultipleOfDecorator: (context, target, value) => void;Specify that the numeric type must be a multiple of some numeric value.
Parameters
| Parameter | Type | Description |
|---|---|---|
context | DecoratorContext | - |
target | Scalar | ModelProperty | - |
value | Numeric | The numeric type must be a multiple of this value. |
Returns
void