Interface EsVarDeclarationRequest

Explicit variable declaration request.

Hierarchy

  • EsVarDeclarationRequest

Properties

Properties

How to declare variable.

Default Value

const when value initializer provided, or let otherwise.

value?: ((this, context, symbol) => EsSnippet)

Type declaration

    • (this, context, symbol): EsSnippet
    • Emits initial value of the variable.

      Parameters

      Returns EsSnippet

      Variable initialization expression.

      Default Value

      undefined.

Generated using TypeDoc