Logo Xantham

TsVariable Type

Represents a top-level or module-scoped var/let/const in TypeScript along with its resolved type.

Reflects: VariableDeclaration and its Type.

Example

 export const answer: number = 42;

Record fields

Record Field Description

Documentation

Full Usage: Documentation

Field type: TsComment list
Field type: TsComment list

FullyQualifiedName

Full Usage: FullyQualifiedName

Field type: string list
Field type: string list

Name

Full Usage: Name

Field type: string
Field type: string

Source

Full Usage: Source

Field type: string option
Field type: string option

Type

Full Usage: Type

Field type: TypeKey
Field type: TypeKey

Type something to start searching.