type Constructor
Type definition for a subclass (constructor) of the ManagedObject class.
static
type Constructor<T extends ManagedObject = ManagedObject> = { new (...args: any[]): T; }
Related
- class ManagedObjectThe base class of all managed objects, which can be placed into a tree structure to enable event handling and data binding.