Skip to content

[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

PropertyModifierTypeDescriptionOverridesInherited from
entityKindreadonly"Type"Experimental-BaseType.entityKind
instantiationParameters?publicType[]Experimental-BaseType.instantiationParameters
isFinishedpublicbooleanExperimental 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
kindpublic"TemplateParameter"ExperimentalBaseType.kind-