Constructs class constructor.
Constructor initialization options.
Optional __handle__Brand field to make type inference work.
Requested member name.
Note that the class may decide to rename it in order to resolve naming conflicts.
Constructor signature.
Visibility of this member.
Declares constructor automatically if it has no arguments, or throws otherwise.
Host class to declare constructor for.
Incomplete member reference.
Class handler.
[ReferenceError] if constructor requires arguments.
Declares constructor in the given class.
Typically called by declareConstructor.
Host class to declare member in.
Constructor declaration details.
Declared class handle.
Inherits constructor from the base class.
Ensures constructor signatures are compatible.
Host class to inherit member for.
Inherited constructor reference.
Base class the member inherited from.
Inherited class handle.
TypeError if constructor signature is not compatible with the one of the base class.
Static fromCreates no-args constructor from the given input.
Builds new constructor instance from input initialization options.
Returns input constructor instance as is.
Optional input: EsConstructor<EsSignature.NoArgs> | EsConstructorInit<EsSignature.NoArgs>Either constructor instance, or its initialization options.
Constructor instance.
Creates constructor from the given `input``.
Builds new constructor instance from input options.
Returns input constructor instance as is.
Type of class constructor arguments definition.
Either constructor instance, or its initialization options.
Constructor instance.
Generated using TypeDoc
Constructor of class.