[I] DecoratorValidator
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
T extends TypeKind | - |
P extends readonly DecoratorParamDefinition <TypeKind >[] | - |
S extends | 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