Documentation / @ripl/canvas / AbstractConstructor
Type Alias: AbstractConstructor<TInstance> ​
AbstractConstructor<
TInstance> = (...args) =>TInstance
Defined in: canvas/src/mixins.ts:42
Constructor type for (possibly abstract) classes, used to compose mixins over a Context base.
Type Parameters ​
| Type Parameter | Default type |
|---|---|
TInstance | object |
Parameters ​
| Parameter | Type |
|---|---|
...args | any[] |
Returns ​
TInstance