Logo Xantham

TsConstructSignature Type

Represents a construct signature (the type of `new` for a value).

Reflects: `ConstructSignatureDeclaration`.

interface CtorLike { new (x: number): Date }

Record fields

Record Field Description

Parameters

Full Usage: Parameters

Field type: TsParameter list
Field type: TsParameter list

Type

Full Usage: Type

Field type: TypeKey
Field type: TypeKey

TypeParameters

Full Usage: TypeParameters

Field type: InlinedTsTypeParameter list

Construct-signature type parameters (`{ new (x: T): C }`). Mirrors TsFunction.TypeParameters.

Field type: InlinedTsTypeParameter list

Type something to start searching.