LoadableObjectCtor TypeAlias
An object with a constructor that will return an IFluidLoadable.
Signature
export declare type LoadableObjectCtor<T extends IFluidLoadable> = new (...args: any[]) => T;
Type Parameters
| Parameter | Constraint | Description |
|---|---|---|
| T | IFluidLoadable | The class of the loadable object |