DynamicTandem¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/tandem/blob/main/js/DynamicTandem.ts for the most up-to-date information.
Overview¶
A tandem for a dynamic element that stores the name of the archetype that defines its dynamic element's schema.
@author Sam Reid (PhET Interactive Simulations) @author Chris Klusendorf (PhET Interactive Simulations) @author Michael Kauzmann (PhET Interactive Simulations)
Class DynamicTandem¶
Constructor¶
new DynamicTandem( parentTandem : Tandem, name : string, providedOptions? : DynamicTandemOptions )¶
Instance Methods¶
Source Code¶
See the source for DynamicTandem.ts in the tandem repository.