[I] DecoratorValidator
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends TypeKind | - |
P extends readonly DecoratorParamDefinition<TypeKind>[] | - |
S extends | DecoratorParamDefinition<TypeKind> | undefined | undefined |
Methods
validate()
validate( context, target, parameters): boolean;Parameters
| Parameter | Type |
|---|---|
context | DecoratorContext |
target | InferredTypeSpecValue<T> |
parameters | InferParameters<P, S> |
Returns
boolean