Skip to main content

AbstractConstructor

@quik/core


@quik/core / AbstractConstructor

Type Alias: AbstractConstructor<T>

AbstractConstructor<T> = NewableFunction & object

Defined in: types/General.ts:56

Generic type for abstract class definitions.

Explanation: This describes a newable Function with a prototype Which is what an abstract class is - no constructor, just the prototype.

Type Declaration

prototype

prototype: T

Type Parameters

T

T = any