Type Alias Constructable<T>

Constructable<T>: (new (...args: any[]) => T)

Defines an object that has a constructor. Used internally to create endpoints/connectors/overlays from their names. Exposed as public for people to create their own endpoints/connectors/overlays.

Type Parameters

  • T
Version :