Skip to content

Commit

Permalink
API updates, see #245
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Apr 13, 2020
1 parent 5942638 commit 8a22f7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/phet-io/states-of-matter-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, NumberIO>"
},
"statesOfMatter.general.model.screenProperty": {
"phetioDocumentation": "Which sim screen is selected, including the home screen",
"phetioDocumentation": "Determines which screen is selected in the simulation",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": true,
Expand Down
9 changes: 9 additions & 0 deletions js/phet-io/states-of-matter-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ window.phet.preloads.phetio.phetioTypes = assert &&
"events": [],
"methodOrder": [],
"methods": {},
"parameterTypes": [
"StringIO"
],
"supertype": "ObjectIO",
"typeName": "ArrayIO<StringIO>"
},
Expand Down Expand Up @@ -1994,6 +1997,9 @@ window.phet.preloads.phetio.phetioTypes = assert &&
"events": [],
"methodOrder": [],
"methods": {},
"parameterTypes": [
"ObjectIO"
],
"supertype": "ObjectIO",
"typeName": "ReferenceIO<ObjectIO>"
},
Expand All @@ -2018,6 +2024,9 @@ window.phet.preloads.phetio.phetioTypes = assert &&
"events": [],
"methodOrder": [],
"methods": {},
"parameterTypes": [
"ObjectIO"
],
"supertype": "ReferenceIO<ObjectIO>",
"typeName": "ScreenIO"
},
Expand Down

0 comments on commit 8a22f7f

Please sign in to comment.