Skip to content

Commit

Permalink
Uninstrument AboutDialog, make phet-io state consistent for menu items,
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 23, 2019
1 parent 4dfe5ea commit 5ed03b7
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions js/phet-io/build-an-atom-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -23651,6 +23651,83 @@ window.phet.phetio.phetioElementsBaseline =
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"buildAnAtom.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"
},
"buildAnAtom.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.firedEmitter": {
"phetioDocumentation": "",
"phetioEventType": "user",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "EmitterIO.<>"
},
"buildAnAtom.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>"
},
"buildAnAtom.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>"
},
"buildAnAtom.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"
},
"buildAnAtom.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>>"
},
"buildAnAtom.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>"
},
"buildAnAtom.navigationBar.phetButton.phetMenu.screenshotMenuItem": {
"phetioDocumentation": "This menu item captures a screenshot from the simulation and saves it to the file system.",
"phetioEventType": "user",
Expand Down

0 comments on commit 5ed03b7

Please sign in to comment.