diff --git a/js/phet-io/capacitor-lab-basics-phet-io-elements-baseline.js b/js/phet-io/capacitor-lab-basics-phet-io-elements-baseline.js index 982b0fb6..0a502ae0 100644 --- a/js/phet-io/capacitor-lab-basics-phet-io-elements-baseline.js +++ b/js/phet-io/capacitor-lab-basics-phet-io-elements-baseline.js @@ -760,8 +760,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.pressedAction": { + "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, @@ -771,8 +771,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -859,8 +859,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.pressedAction": { + "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, @@ -870,8 +870,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -1024,7 +1024,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.capacitanceCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.capacitanceCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -1409,7 +1409,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.storedEnergyCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.storedEnergyCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -1629,7 +1629,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.topPlateChargeCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.topPlateChargeCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -2014,7 +2014,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragEndedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -2025,7 +2025,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragStartedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -2036,7 +2036,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -2069,7 +2069,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragEndedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -2080,7 +2080,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragStartedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -2091,7 +2091,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -2190,8 +2190,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NodeIO" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.pressedAction": { + "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, @@ -2201,8 +2201,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2212,7 +2212,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO., VoidIO>" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -2223,8 +2223,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.pressedAction": { + "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, @@ -2234,8 +2234,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2256,8 +2256,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NumberPropertyIO" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.pressedAction": { + "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, @@ -2267,8 +2267,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2399,7 +2399,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -2410,8 +2410,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.pressedAction": { + "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, @@ -2421,8 +2421,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2619,7 +2619,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -2630,8 +2630,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.pressedAction": { + "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, @@ -2641,8 +2641,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2795,8 +2795,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NodeIO" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.pressedAction": { + "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, @@ -2806,8 +2806,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2817,7 +2817,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO., VoidIO>" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -2828,8 +2828,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.pressedAction": { + "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, @@ -2839,8 +2839,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2861,8 +2861,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NumberPropertyIO" }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.openConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.openConnectionNode.pressListener.pressedAction": { + "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, @@ -2872,8 +2872,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.openConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.openConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -2993,8 +2993,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.capacitanceScreen.view.resetAllButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.resetAllButton.pressListener.pressedAction": { + "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, @@ -3004,8 +3004,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.resetAllButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.resetAllButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -3037,7 +3037,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3048,7 +3048,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3059,7 +3059,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3169,8 +3169,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.pressListener.pressedAction": { + "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, @@ -3180,8 +3180,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -3268,8 +3268,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.pressListener.pressedAction": { + "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, @@ -3279,8 +3279,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -3378,7 +3378,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.barGraphsCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.barGraphsCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -3455,7 +3455,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -3521,8 +3521,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.pressedAction": { + "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, @@ -3532,8 +3532,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -3609,8 +3609,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.pressedAction": { + "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, @@ -3620,8 +3620,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -3752,7 +3752,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.electricFieldCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.electricFieldCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -3851,7 +3851,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.plateChargesCheckbox.toggledEmitter": { + "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.plateChargesCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -3917,7 +3917,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3928,7 +3928,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3939,7 +3939,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3972,7 +3972,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3983,7 +3983,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -3994,7 +3994,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -4049,7 +4049,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -4060,7 +4060,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -4071,7 +4071,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -4137,8 +4137,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.general.barrierRectangle.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.general.barrierRectangle.inputListener.pressedAction": { + "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, @@ -4148,8 +4148,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.barrierRectangle.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.general.barrierRectangle.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -4203,7 +4203,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "capacitorLabBasics.general.controller.input.mouseDownEmitter": { + "capacitorLabBasics.general.controller.input.mouseDownAction": { "phetioDocumentation": "Emits when a mouse button is pressed", "phetioEventType": "user", "phetioFeatured": false, @@ -4214,7 +4214,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.mouseMovedEmitter": { + "capacitorLabBasics.general.controller.input.mouseMovedAction": { "phetioDocumentation": "Emits when the mouse is moved", "phetioEventType": "user", "phetioFeatured": false, @@ -4225,7 +4225,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.mouseOutEmitter": { + "capacitorLabBasics.general.controller.input.mouseOutAction": { "phetioDocumentation": "Emits when the mouse moves out of the display", "phetioEventType": "user", "phetioFeatured": false, @@ -4236,7 +4236,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.mouseOverEmitter": { + "capacitorLabBasics.general.controller.input.mouseOverAction": { "phetioDocumentation": "Emits when the mouse is moved over a Node", "phetioEventType": "user", "phetioFeatured": false, @@ -4247,7 +4247,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.mouseUpEmitter": { + "capacitorLabBasics.general.controller.input.mouseUpAction": { "phetioDocumentation": "Emits when a mouse button is released", "phetioEventType": "user", "phetioFeatured": false, @@ -4258,7 +4258,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.penCanceledEmitter": { + "capacitorLabBasics.general.controller.input.penCanceledAction": { "phetioDocumentation": "Emits when a pen is canceled", "phetioEventType": "user", "phetioFeatured": false, @@ -4269,7 +4269,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.penEndedEmitter": { + "capacitorLabBasics.general.controller.input.penEndedAction": { "phetioDocumentation": "Emits when a pen is lifted", "phetioEventType": "user", "phetioFeatured": false, @@ -4280,7 +4280,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.penMovedEmitter": { + "capacitorLabBasics.general.controller.input.penMovedAction": { "phetioDocumentation": "Emits when a pen is moved", "phetioEventType": "user", "phetioFeatured": false, @@ -4291,7 +4291,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.penStartedEmitter": { + "capacitorLabBasics.general.controller.input.penStartedAction": { "phetioDocumentation": "Emits when a pen touches the screen", "phetioEventType": "user", "phetioFeatured": false, @@ -4302,7 +4302,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.touchCanceledEmitter": { + "capacitorLabBasics.general.controller.input.touchCanceledAction": { "phetioDocumentation": "Emits when a touch is canceled", "phetioEventType": "user", "phetioFeatured": false, @@ -4313,7 +4313,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.touchEndedEmitter": { + "capacitorLabBasics.general.controller.input.touchEndedAction": { "phetioDocumentation": "Emits when a touch ends", "phetioEventType": "user", "phetioFeatured": false, @@ -4324,7 +4324,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.touchMovedEmitter": { + "capacitorLabBasics.general.controller.input.touchMovedAction": { "phetioDocumentation": "Emits when a touch moves", "phetioEventType": "user", "phetioFeatured": false, @@ -4335,7 +4335,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.touchStartedEmitter": { + "capacitorLabBasics.general.controller.input.touchStartedAction": { "phetioDocumentation": "Emits when a touch begins", "phetioEventType": "user", "phetioFeatured": false, @@ -4346,7 +4346,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.general.controller.input.validatePointersEmitter": { + "capacitorLabBasics.general.controller.input.validatePointersAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -4357,7 +4357,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO.<>" }, - "capacitorLabBasics.general.controller.input.wheelScrolledEmitter": { + "capacitorLabBasics.general.controller.input.wheelScrolledAction": { "phetioDocumentation": "Emits when the mouse wheel scrolls", "phetioEventType": "user", "phetioFeatured": false, @@ -4380,7 +4380,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioTypeName": "PhetioCommandProcessorIO" }, "capacitorLabBasics.general.resizedAction": { - "phetioDocumentation": "Emits when the sim is resized", + "phetioDocumentation": "Executes when the sim is resized", "phetioEventType": "model", "phetioFeatured": false, "phetioHighFrequency": false, @@ -4478,8 +4478,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.pressedAction": { + "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, @@ -4489,8 +4489,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -4610,8 +4610,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.pressedAction": { + "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, @@ -4621,8 +4621,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -4742,8 +4742,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.pressedAction": { + "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, @@ -4753,8 +4753,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -4874,8 +4874,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.pressedAction": { + "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, @@ -4885,8 +4885,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -5919,8 +5919,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.pressedAction": { + "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, @@ -5930,8 +5930,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -6018,8 +6018,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.pressedAction": { + "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, @@ -6029,8 +6029,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -6183,7 +6183,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.capacitanceCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.capacitanceCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -6568,7 +6568,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.storedEnergyCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.storedEnergyCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -6788,7 +6788,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.topPlateChargeCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.topPlateChargeCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -7173,7 +7173,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragEndedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -7184,7 +7184,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragStartedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -7195,7 +7195,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -7228,7 +7228,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragEndedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -7239,7 +7239,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragStartedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -7250,7 +7250,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -7349,8 +7349,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NodeIO" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.pressedAction": { + "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, @@ -7360,8 +7360,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -7371,7 +7371,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO., VoidIO>" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -7382,8 +7382,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.pressedAction": { + "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, @@ -7393,8 +7393,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -7404,8 +7404,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO., VoidIO>" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.lightBulbConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.lightBulbConnectionNode.pressListener.pressedAction": { + "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, @@ -7415,8 +7415,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.lightBulbConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.lightBulbConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -7437,8 +7437,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NumberPropertyIO" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.pressedAction": { + "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, @@ -7448,8 +7448,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -7712,7 +7712,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -7723,8 +7723,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.pressedAction": { + "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, @@ -7734,8 +7734,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -7932,7 +7932,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -7943,8 +7943,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.pressedAction": { + "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, @@ -7954,8 +7954,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8108,8 +8108,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NodeIO" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.pressedAction": { + "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, @@ -8119,8 +8119,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8130,7 +8130,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO., VoidIO>" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.draggedAction": { "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", "phetioEventType": "user", "phetioFeatured": false, @@ -8141,8 +8141,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.pressedAction": { + "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, @@ -8152,8 +8152,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8163,8 +8163,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO., VoidIO>" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.lightBulbConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.lightBulbConnectionNode.pressListener.pressedAction": { + "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, @@ -8174,8 +8174,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.lightBulbConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.lightBulbConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8196,8 +8196,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "NumberPropertyIO" }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.openConnectionNode.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.openConnectionNode.pressListener.pressedAction": { + "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, @@ -8207,8 +8207,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.openConnectionNode.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.openConnectionNode.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8328,8 +8328,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.resetAllButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.resetAllButton.pressListener.pressedAction": { + "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, @@ -8339,8 +8339,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.resetAllButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.resetAllButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8438,8 +8438,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.pressListener.pressedAction": { + "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, @@ -8449,8 +8449,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8570,8 +8570,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.normal.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.normal.inputListener.pressedAction": { + "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, @@ -8581,8 +8581,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.normal.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.normal.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8680,8 +8680,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.slowMotion.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.slowMotion.inputListener.pressedAction": { + "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, @@ -8691,8 +8691,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.slowMotion.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.slowMotionRadioButtonGroup.slowMotion.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8801,8 +8801,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.pressListener.pressedAction": { + "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, @@ -8812,8 +8812,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -8900,7 +8900,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -8911,7 +8911,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -8922,7 +8922,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9032,8 +9032,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.pressListener.pressedAction": { + "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, @@ -9043,8 +9043,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -9131,8 +9131,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.pressListener.pressedAction": { + "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, @@ -9142,8 +9142,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -9241,7 +9241,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.barGraphsCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.barGraphsCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -9318,7 +9318,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -9384,8 +9384,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.pressedAction": { + "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, @@ -9395,8 +9395,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -9472,8 +9472,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.pressedAction": { + "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, @@ -9483,8 +9483,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -9615,7 +9615,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.electricFieldCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.electricFieldCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -9714,7 +9714,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "LinkedElementIO" }, - "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.plateChargesCheckbox.toggledEmitter": { + "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.plateChargesCheckbox.toggledAction": { "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", "phetioEventType": "user", "phetioFeatured": false, @@ -9780,7 +9780,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9791,7 +9791,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9802,7 +9802,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9835,7 +9835,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9846,7 +9846,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9857,7 +9857,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9912,7 +9912,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ObjectIO" }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragEndedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragEndedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9923,7 +9923,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragStartedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragStartedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -9934,7 +9934,7 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.draggedEmitter": { + "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.draggedAction": { "phetioDocumentation": "", "phetioEventType": "model", "phetioFeatured": false, @@ -10066,8 +10066,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.navigationBar.capacitanceScreenButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.navigationBar.capacitanceScreenButton.pressListener.pressedAction": { + "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, @@ -10077,8 +10077,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.navigationBar.capacitanceScreenButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.navigationBar.capacitanceScreenButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -10209,8 +10209,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.navigationBar.homeButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.navigationBar.homeButton.pressListener.pressedAction": { + "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, @@ -10220,8 +10220,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.navigationBar.homeButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.navigationBar.homeButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -10341,8 +10341,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.navigationBar.lightBulbScreenButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.navigationBar.lightBulbScreenButton.pressListener.pressedAction": { + "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, @@ -10352,8 +10352,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.navigationBar.lightBulbScreenButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.navigationBar.lightBulbScreenButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -10495,8 +10495,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.pressedAction": { + "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, @@ -10506,8 +10506,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -10572,8 +10572,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "EmitterIO.<>" }, - "capacitorLabBasics.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.pressedAction": { + "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, @@ -10583,8 +10583,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false, @@ -10638,8 +10638,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "PropertyIO.>" }, - "capacitorLabBasics.navigationBar.phetButton.pressListener.pressedEmitter": { - "phetioDocumentation": "Emits whenever a press occurs. The first argument when emitting can be used to convey info about the Event.", + "capacitorLabBasics.navigationBar.phetButton.pressListener.pressedAction": { + "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, @@ -10649,8 +10649,8 @@ window.phet.phetio.phetioElementsBaseline = "phetioStudioControl": true, "phetioTypeName": "ActionIO." }, - "capacitorLabBasics.navigationBar.phetButton.pressListener.releasedEmitter": { - "phetioDocumentation": "Emits whenever a release occurs.", + "capacitorLabBasics.navigationBar.phetButton.pressListener.releasedAction": { + "phetioDocumentation": "Executes whenever a release occurs.", "phetioEventType": "user", "phetioFeatured": false, "phetioHighFrequency": false,