Skip to content

Commit

Permalink
always instrument the focusProperty, phetsims/scenery#936
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 7, 2019
1 parent a91bc89 commit ca2e5b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions js/phet-io/blackbody-spectrum-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -2256,6 +2256,17 @@ window.phet.phetio.phetioElementsBaseline =
"phetioStudioControl": true,
"phetioTypeName": "ActionIO.<DOMEventIO>"
},
"blackbodySpectrum.general.focusProperty": {
"phetioDocumentation": "Stores the current focus for the simulation, null if there is not focus. This is not updated based on mouse or touch input, only keyboard and other alternative inputs.",
"phetioEventType": "model",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<NullableIO.<FocusIO>>"
},
"blackbodySpectrum.general.phetioCommandProcessor": {
"phetioDocumentation": "Processes messages from the wrapper frame and returns the results. This serves as the source of PhET-iO data stream messages when commands are invoked from the wrapper.",
"phetioEventType": "model",
Expand Down

0 comments on commit ca2e5b0

Please sign in to comment.