ExportCodeKey Type
A TypeKey tagged with the TsExportDeclaration case it identifies.
Union cases
| Union case |
Description
|
|
An exported class declaration.
|
An exported enum declaration.
|
|
|
An exported function declaration (potentially overloaded).
|
|
An exported interface declaration.
|
|
An exported module/namespace declaration.
|
|
An exported type alias declaration.
|
|
An exported variable declaration.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClass
Returns: bool
|
|
Full Usage:
this.IsEnum
Returns: bool
|
|
Full Usage:
this.IsFunction
Returns: bool
|
|
Full Usage:
this.IsInterface
Returns: bool
|
|
Full Usage:
this.IsModule
Returns: bool
|
|
Full Usage:
this.IsTypeAlias
Returns: bool
|
|
Full Usage:
this.IsVariable
Returns: bool
|
|