Optional
idOptional
packageThe package that this type is referencing.
Will only be set for ReferenceType
s pointing to a symbol within node_modules
.
Optional
qualifiedThe fully qualified name of the referenced type, relative to the file it is defined in.
This will usually be the same as name
, unless namespaces are used.
Will only be set for ReferenceType
s pointing to a symbol within node_modules
.
Readonly
typeOptional
typeThe type arguments of this reference.
Generated using TypeDoc
The name of the referenced type.
If the symbol cannot be found cause it's not part of the documentation this can be used to represent the type.