Logo Xantham

ResolvedExport Type

The resolved (lazy-graph) form of a top-level TypeScript export declaration. Holds direct references into the resolved type graph rather than TypeKeys.

Union cases

Union case Description

Class Class

Full Usage: Class Class

Parameters:
Item : Class

Enum EnumType

Full Usage: Enum EnumType

Parameters:
Item : EnumType

Function Function list

Full Usage: Function Function list

Parameters:
Item : Function list

Interface Interface

Full Usage: Interface Interface

Parameters:
Item : Interface

Module Module

Full Usage: Module Module

Parameters:
Item : Module

TypeAlias TypeAlias

Full Usage: TypeAlias TypeAlias

Parameters:
Item : TypeAlias

Variable Variable

Full Usage: Variable Variable

Parameters:
Item : Variable

Instance members

Instance member Description

this.IsClass

Full Usage: this.IsClass

Returns: bool
Returns: bool

this.IsEnum

Full Usage: this.IsEnum

Returns: bool
Returns: bool

this.IsFunction

Full Usage: this.IsFunction

Returns: bool
Returns: bool

this.IsInterface

Full Usage: this.IsInterface

Returns: bool
Returns: bool

this.IsModule

Full Usage: this.IsModule

Returns: bool
Returns: bool

this.IsTypeAlias

Full Usage: this.IsTypeAlias

Returns: bool
Returns: bool

this.IsVariable

Full Usage: this.IsVariable

Returns: bool
Returns: bool

Type something to start searching.