Skip to content

Interface: AbstractClass<T>

Defined in: src/wirestate-core/types/general.ts:61

Abstract class reference that cannot be constructed directly, but can serve as a binding token.

Type Parameters

Type ParameterDescription
TInstance type the abstract class describes.

Properties

name

ts
name: string;

Defined in: src/wirestate-core/types/general.ts:63


prototype

ts
prototype: T;

Defined in: src/wirestate-core/types/general.ts:62