Constructor declaration that is contained in a class.

Export

Implements

Hierarchy

  • ConstructorDeclaration

Implements

Constructors

Properties

Constructors

Properties

end?: number

The ending character of the node in the document.

Memberof

Node

name: string

The name of the declaration.

Memberof

Declaration

parameters: ParameterDeclaration[] = []

List of used parameters in the callable node.

Memberof

CallableDeclaration

start?: number

The starting character of the node in the document.

Memberof

Node

variables: VariableDeclaration[] = []

List of used variables in the callable node.

Memberof

CallableDeclaration

Generated using TypeDoc