Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Constructor<T>

Represents a constructor function for a concrete type.

Type parameters

  • T

Hierarchy

  • Constructor

Index

Constructors

Properties

Constructors

constructor

  • Call signature for a constructor function.

    Parameters

    • Rest ...args: any[]

      Arguments for the constructor.

    Returns Constructor

Properties

Optional name

name: string

The name of the type.

Generated using TypeDoc