[I] TemplateParameter
Experimental
This is a type you should never see in the program.
If you do you might be missing a isTemplateDeclaration
check to exclude that type.
Working with template declaration is not something that is currently supported.
Extends
Properties
Property | Modifier | Type | Description | Overrides | Inherited from |
---|---|---|---|---|---|
entityKind | readonly | "Type" | Experimental | - | BaseType .entityKind |
instantiationParameters? | public | Type [] | Experimental | - | BaseType .instantiationParameters |
isFinished | public | boolean | Experimental Reflect if a type has been finished(Decorators have been called). There is multiple reasons a type might not be finished: - a template declaration will not - a template instance that argument that are still template parameters - a template instance that is only partially instantiated(like a templated operation inside a templated interface) | - | BaseType .isFinished |
kind | public | "TemplateParameter" | Experimental | BaseType .kind | - |