[I] DecoratorValidator
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type | 
|---|---|
| TextendsTypeKind | - | 
| Pextends readonlyDecoratorParamDefinition<TypeKind>[] | - | 
| Sextends |DecoratorParamDefinition<TypeKind> |undefined | undefined | 
Methods
Section titled “Methods”validate()
Section titled “validate()”validate(   context,   target,   parameters): boolean;Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
| context | DecoratorContext | 
| target | InferredTypeSpecValue<T> | 
| parameters | InferParameters<P,S> | 
Returns
Section titled “Returns”boolean