ResolvedType Type
The resolved (lazy-graph) form of a structural TypeScript type. Each case
directly references its dependencies (rather than carrying TypeKeys),
with cycles broken by the surrounding LazyResolvedType wrappers.
Union cases
| Union case |
Description
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
GlobalThis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsArray
Returns: bool
|
|
Full Usage:
this.IsClass
Returns: bool
|
|
Full Usage:
this.IsConditional
Returns: bool
|
|
Full Usage:
this.IsEnum
Returns: bool
|
|
Full Usage:
this.IsEnumCase
Returns: bool
|
|
Full Usage:
this.IsGlobalThis
Returns: bool
|
|
Full Usage:
this.IsIndex
Returns: bool
|
|
Full Usage:
this.IsIndexedAccess
Returns: bool
|
|
Full Usage:
this.IsInterface
Returns: bool
|
|
Full Usage:
this.IsIntersection
Returns: bool
|
|
Full Usage:
this.IsLiteral
Returns: bool
|
|
Full Usage:
this.IsOptional
Returns: bool
|
|
Full Usage:
this.IsPredicate
Returns: bool
|
|
Full Usage:
this.IsPrimitive
Returns: bool
|
|
Full Usage:
this.IsReadOnly
Returns: bool
|
|
Full Usage:
this.IsSubstitution
Returns: bool
|
|
Full Usage:
this.IsTemplateLiteral
Returns: bool
|
|
Full Usage:
this.IsTuple
Returns: bool
|
|
Full Usage:
this.IsTypeLiteral
Returns: bool
|
|
Full Usage:
this.IsTypeParameter
Returns: bool
|
|
Full Usage:
this.IsTypeQuery
Returns: bool
|
|
Full Usage:
this.IsTypeReference
Returns: bool
|
|
Full Usage:
this.IsUnion
Returns: bool
|
|