In This Article

VariableDeclarationKind Enum

Specifies the type of variable declaration.

public enum VariableDeclarationKind

Fields

Name Description
Constant

A constant declared with the const keyword.

Hoisted

A variable declared with the var keyword.

Scoped

A variable declared with the let keyword.