Skip to content

TypeParameterDescriptor

Information for a TypeScript generic type parameter.

Members

defaultoptionalChildren

The default type of the type parameter.

extendsoptionalChildren

The extends constraint for the type parameter.

metadataoptionalRecord<string, unknown>

Arbitrary metadata for the type parameter symbol.

namestring

The name of the type parameter.

refkeyoptionalRefkey | Refkey[]

A refkey or array of refkeys for this type parameter.