Skip to content

Commit

Permalink
revert instrumentation of fullScreenMenuItem, phetsims/joist#558
Browse files Browse the repository at this point in the history
zepumph committed May 23, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2d7a702 commit ecd559f
Showing 1 changed file with 0 additions and 77 deletions.
77 changes: 0 additions & 77 deletions js/phet-io/friction-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
@@ -1068,83 +1068,6 @@ window.phet.phetio.phetioElementsBaseline =
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem": {
"phetioDocumentation": "This menu item requests full-screen access for the simulation display.",
"phetioEventType": "user",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "NodeIO"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.firedEmitter": {
"phetioDocumentation": "",
"phetioEventType": "user",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "EmitterIO.<>"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.pressAction": {
"phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.",
"phetioEventType": "user",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ActionIO.<EventIO, VoidIO, VoidIO>"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.releaseAction": {
"phetioDocumentation": "Executes whenever a release occurs.",
"phetioEventType": "user",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ActionIO.<NullableIO.<EventIO>, VoidIO>"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem.opacityProperty": {
"phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
"phetioEventType": "model",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem.pickableProperty": {
"phetioDocumentation": "Sets whether the node will be pickable (and hence interactive), see the NodeIO documentation for more details",
"phetioEventType": "model",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<NullableIO.<BooleanIO>>"
},
"friction.navigationBar.phetButton.phetMenu.fullScreenMenuItem.visibleProperty": {
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioEventType": "model",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"friction.navigationBar.phetButton.phetMenu.screenshotMenuItem": {
"phetioDocumentation": "This menu item captures a screenshot from the simulation and saves it to the file system.",
"phetioEventType": "user",

0 comments on commit ecd559f

Please sign in to comment.