diff --git a/js/phet-io/chains-phet-io-elements-baseline.js b/js/phet-io/chains-phet-io-elements-baseline.js index b4d260a..ca628f7 100644 --- a/js/phet-io/chains-phet-io-elements-baseline.js +++ b/js/phet-io/chains-phet-io-elements-baseline.js @@ -881,83 +881,6 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "chains.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" - }, - "chains.navigationBar.phetButton.phetMenu.fullScreenMenuItem.inputListener.firedEmitter": { - "phetioDocumentation": "", - "phetioEventType": "user", - "phetioFeatured": false, - "phetioHighFrequency": false, - "phetioPlayback": false, - "phetioReadOnly": false, - "phetioState": false, - "phetioStudioControl": true, - "phetioTypeName": "EmitterIO.<>" - }, - "chains.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." - }, - "chains.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., VoidIO>" - }, - "chains.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" - }, - "chains.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.>" - }, - "chains.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." - }, "chains.navigationBar.phetButton.phetMenu.screenshotMenuItem": { "phetioDocumentation": "This menu item captures a screenshot from the simulation and saves it to the file system.", "phetioEventType": "user",