Interface EsDeclarationRequest<TNaming>

Explicit symbol declaration request.

Type Parameters

Hierarchy

  • EsDeclarationRequest

Properties

Methods

Properties

at?: ((this, scope) => undefined | EsNamespace)

Type declaration

    • (this, scope): undefined | EsNamespace
    • Selects namespace to declare the symbol in.

      By default, selects the namespace of the scope. This, however, have to be changed when declaring named function or variable with var keyword.

      Parameters

      • this: void
      • scope: EsScope

        Code emission scope.

      Returns undefined | EsNamespace

      Selected namespace, or none to select the default one.

Methods

Generated using TypeDoc