A collection of utility functions and constants for creating PhET-iO wrappers. Available in the main
PhET-iO js import.
Members
(static, constant) SIMULATION_NAME
The hyphenated name of the simulation
(static, constant) SIMULATION_VERSION
The version of the simulation
Methods
(static) getSim(optionsopt) → {WrapperUtilsSimData}
Get information about the simulation that can be used for SimIFrameClient and general wrapper development
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
options |
Object |
<optional> |
{name} name, {string} absolutePath, {boolean} debug, {string} relativeDots |
Returns:
- Type
- WrapperUtilsSimData