Skip to content

ConstructorOf

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/phet-core/blob/main/js/types/ConstructorOf.ts for the most up-to-date information.

Overview

Converts an instance type to a constructor type.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Type ConstructorOf

import type { ConstructorOf } from 'scenerystack/phet-core';

Source Code

See the source for ConstructorOf.ts in the phet-core repository.