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 528e1f49..09aaed4c 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 @@ -830,7 +830,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -842,7 +842,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -866,7 +866,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.playPauseButton.toggledEmitter": { - "phetioDocumentation": "Emits when the button is toggled", + "phetioDocumentation": "Emits when the button is toggled No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -914,7 +914,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -950,7 +950,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -962,7 +962,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -1130,7 +1130,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.capacitanceCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -1550,7 +1550,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.storedEnergyCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -1790,7 +1790,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.barMeterPanel.topPlateChargeCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2210,7 +2210,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -2222,7 +2222,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -2234,7 +2234,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.thumbInputListener.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -2270,7 +2270,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -2282,7 +2282,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -2294,7 +2294,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -2414,7 +2414,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2426,7 +2426,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2438,7 +2438,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO., VoidIO>" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2450,7 +2450,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2462,7 +2462,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.dragHandler.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2486,7 +2486,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NumberPropertyIO" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2498,7 +2498,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2642,7 +2642,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2654,7 +2654,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2666,7 +2666,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateAreaDragHandleNode.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2882,7 +2882,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2894,7 +2894,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -2906,7 +2906,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.plateSeparationDragHandleNode.dragHandler.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3074,7 +3074,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3086,7 +3086,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3098,7 +3098,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO., VoidIO>" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3110,7 +3110,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3122,7 +3122,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.dragHandler.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3146,7 +3146,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NumberPropertyIO" }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.openConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3158,7 +3158,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.capacitanceCircuitNode.topSwitchNode.openConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3242,7 +3242,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.resetAllButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3290,7 +3290,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.capacitanceScreen.view.resetAllButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3302,7 +3302,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.resetAllButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3338,7 +3338,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -3350,7 +3350,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -3362,7 +3362,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.timerNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -3482,7 +3482,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3494,7 +3494,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3518,7 +3518,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.playPauseButton.toggledEmitter": { - "phetioDocumentation": "Emits when the button is toggled", + "phetioDocumentation": "Emits when the button is toggled No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3566,7 +3566,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3602,7 +3602,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3614,7 +3614,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.timerNode.timer.resetButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3722,7 +3722,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.barGraphsCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3806,7 +3806,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3866,7 +3866,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3878,7 +3878,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3890,7 +3890,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3962,7 +3962,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3974,7 +3974,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -3986,7 +3986,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4130,7 +4130,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.electricFieldCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4238,7 +4238,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.capacitanceScreen.view.viewControlPanel.plateChargesCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4310,7 +4310,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4322,7 +4322,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4334,7 +4334,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.bodyNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4370,7 +4370,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4382,7 +4382,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4394,7 +4394,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4454,7 +4454,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4466,7 +4466,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4478,7 +4478,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.capacitanceScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4538,7 +4538,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.general.barrierRectangle.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4550,7 +4550,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.general.barrierRectangle.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4562,7 +4562,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.barrierRectangle.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4622,7 +4622,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.general.controller.input.mouseDownAction": { - "phetioDocumentation": "Emits when a mouse button is pressed", + "phetioDocumentation": "Emits when a mouse button is pressed The arguments are:
  1. point: Vector2IO
  2. \n
  3. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4634,7 +4634,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.mouseMovedAction": { - "phetioDocumentation": "Emits when the mouse is moved", + "phetioDocumentation": "Emits when the mouse is moved The arguments are:
  1. point: Vector2IO
  2. \n
  3. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4646,7 +4646,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.mouseOutAction": { - "phetioDocumentation": "Emits when the mouse moves out of the display", + "phetioDocumentation": "Emits when the mouse moves out of the display The arguments are:
  1. point: Vector2IO
  2. \n
  3. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4658,7 +4658,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.mouseOverAction": { - "phetioDocumentation": "Emits when the mouse is moved over a Node", + "phetioDocumentation": "Emits when the mouse is moved over a Node The arguments are:
  1. point: Vector2IO
  2. \n
  3. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4670,7 +4670,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.mouseUpAction": { - "phetioDocumentation": "Emits when a mouse button is released", + "phetioDocumentation": "Emits when a mouse button is released The arguments are:
  1. point: Vector2IO
  2. \n
  3. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4682,7 +4682,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.penCancelAction": { - "phetioDocumentation": "Emits when a pen is canceled", + "phetioDocumentation": "Emits when a pen is canceled The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4694,7 +4694,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.penEndAction": { - "phetioDocumentation": "Emits when a pen is lifted", + "phetioDocumentation": "Emits when a pen is lifted The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4706,7 +4706,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.penMoveAction": { - "phetioDocumentation": "Emits when a pen is moved", + "phetioDocumentation": "Emits when a pen is moved The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4718,7 +4718,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.penStartAction": { - "phetioDocumentation": "Emits when a pen touches the screen", + "phetioDocumentation": "Emits when a pen touches the screen The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4730,7 +4730,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.touchCancelAction": { - "phetioDocumentation": "Emits when a touch is canceled", + "phetioDocumentation": "Emits when a touch is canceled The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4742,7 +4742,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.touchEndAction": { - "phetioDocumentation": "Emits when a touch ends", + "phetioDocumentation": "Emits when a touch ends The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4754,7 +4754,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.touchMoveAction": { - "phetioDocumentation": "Emits when a touch moves", + "phetioDocumentation": "Emits when a touch moves The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4766,7 +4766,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.touchStartAction": { - "phetioDocumentation": "Emits when a touch begins", + "phetioDocumentation": "Emits when a touch begins The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4778,7 +4778,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.controller.input.validatePointersAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -4790,7 +4790,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO.<>" }, "capacitorLabBasics.general.controller.input.wheelScrollAction": { - "phetioDocumentation": "Emits when the mouse wheel scrolls", + "phetioDocumentation": "Emits when the mouse wheel scrolls The arguments are:
  1. event: DOMEventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4838,7 +4838,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.general.navigationBar.capacitanceScreenButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4922,7 +4922,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.general.navigationBar.capacitanceScreenButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -4934,7 +4934,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.navigationBar.capacitanceScreenButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5042,7 +5042,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.general.navigationBar.homeButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5078,7 +5078,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.general.navigationBar.homeButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5090,7 +5090,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.navigationBar.homeButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5138,7 +5138,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.general.navigationBar.lightBulbScreenButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5222,7 +5222,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.general.navigationBar.lightBulbScreenButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5234,7 +5234,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.navigationBar.lightBulbScreenButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5342,7 +5342,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.general.navigationBar.phetButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5378,7 +5378,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.general.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5390,7 +5390,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.general.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5402,7 +5402,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.navigationBar.phetButton.phetMenu.aboutMenuItem.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5462,7 +5462,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.general.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5474,7 +5474,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.general.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5486,7 +5486,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.navigationBar.phetButton.phetMenu.screenshotMenuItem.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5546,7 +5546,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.general.navigationBar.phetButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5558,7 +5558,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.general.navigationBar.phetButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5642,7 +5642,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PhetioCommandProcessorIO" }, "capacitorLabBasics.general.resizeAction": { - "phetioDocumentation": "Executes when the sim is resized", + "phetioDocumentation": "Executes when the sim is resized The arguments are:
  1. width: NumberIO
  2. \n
  3. height: NumberIO
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -5690,7 +5690,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.general.stepSimulationAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. dt: NumberIO
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -5738,7 +5738,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5750,7 +5750,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5762,7 +5762,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.homeScreen.view.capacitanceScreenLargeButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5882,7 +5882,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5894,7 +5894,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -5906,7 +5906,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.homeScreen.view.capacitanceScreenSmallButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -6026,7 +6026,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -6038,7 +6038,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -6050,7 +6050,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.homeScreen.view.lightBulbScreenLargeButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -6170,7 +6170,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -6182,7 +6182,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -6194,7 +6194,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.homeScreen.view.lightBulbScreenSmallButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7322,7 +7322,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7334,7 +7334,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7358,7 +7358,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.playPauseButton.toggledEmitter": { - "phetioDocumentation": "Emits when the button is toggled", + "phetioDocumentation": "Emits when the button is toggled No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7406,7 +7406,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7442,7 +7442,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7454,7 +7454,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.ToolboxPanel.timerNode.resetButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -7622,7 +7622,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.capacitanceCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8042,7 +8042,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.storedEnergyCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8282,7 +8282,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.barMeterPanel.topPlateChargeCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8702,7 +8702,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -8714,7 +8714,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -8726,7 +8726,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.thumbInputListener.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -8762,7 +8762,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -8774,7 +8774,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -8786,7 +8786,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.batteryNode.sliderNode.track.trackInputListener.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -8906,7 +8906,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8918,7 +8918,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.batteryConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8930,7 +8930,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO., VoidIO>" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8942,7 +8942,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8954,7 +8954,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.dragHandler.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8966,7 +8966,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO., VoidIO>" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.lightBulbConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -8978,7 +8978,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.lightBulbConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9002,7 +9002,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NumberPropertyIO" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9014,7 +9014,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.bottomSwitchNode.openConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9302,7 +9302,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9314,7 +9314,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9326,7 +9326,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateAreaDragHandleNode.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9542,7 +9542,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9554,7 +9554,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9566,7 +9566,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.plateSeparationDragHandleNode.dragHandler.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9734,7 +9734,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NodeIO" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9746,7 +9746,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.batteryConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9758,7 +9758,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO., VoidIO>" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.dragAction": { - "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument.", + "phetioDocumentation": "Emits whenever a drag occurs with an EventIO argument. The arguments are:
  1. event: EventIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9770,7 +9770,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9782,7 +9782,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.dragHandler.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9794,7 +9794,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO., VoidIO>" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.lightBulbConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9806,7 +9806,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.lightBulbConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9830,7 +9830,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "NumberPropertyIO" }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.openConnectionNode.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9842,7 +9842,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.lightBulbCircuitNode.topSwitchNode.openConnectionNode.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9926,7 +9926,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.resetAllButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9974,7 +9974,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.resetAllButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -9986,7 +9986,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.resetAllButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10106,7 +10106,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10118,7 +10118,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10190,7 +10190,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.playPauseButton.toggledEmitter": { - "phetioDocumentation": "Emits when the button is toggled", + "phetioDocumentation": "Emits when the button is toggled No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10250,7 +10250,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.speedRadioButtonGroup.normal.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10262,7 +10262,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.speedRadioButtonGroup.normal.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10274,7 +10274,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.speedRadioButtonGroup.normal.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10370,7 +10370,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.speedRadioButtonGroup.slow.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10382,7 +10382,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.speedRadioButtonGroup.slow.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10394,7 +10394,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.speedRadioButtonGroup.slow.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10478,7 +10478,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10514,7 +10514,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10526,7 +10526,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timeControlNode.stepForwardButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10622,7 +10622,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -10634,7 +10634,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -10646,7 +10646,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timerNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -10766,7 +10766,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10778,7 +10778,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10802,7 +10802,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.playPauseButton.toggledEmitter": { - "phetioDocumentation": "Emits when the button is toggled", + "phetioDocumentation": "Emits when the button is toggled No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10850,7 +10850,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.firedEmitter": { - "phetioDocumentation": "Emits when the button is fired", + "phetioDocumentation": "Emits when the button is fired No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10886,7 +10886,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO.>" }, "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.pressListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -10898,7 +10898,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.timerNode.timer.resetButton.pressListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11006,7 +11006,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.barGraphsCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11090,7 +11090,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11150,7 +11150,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11162,7 +11162,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11174,7 +11174,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.conventionalRadioButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11246,7 +11246,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "PropertyIO." }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.firedEmitter": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. No arguments.", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11258,7 +11258,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "EmitterIO.<>" }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.pressAction": { - "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event.", + "phetioDocumentation": "Executes whenever a press occurs. The first argument when executing can be used to convey info about the Event. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11270,7 +11270,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.currentTypeRadioButtonGroup.electronsRadioButton.inputListener.releaseAction": { - "phetioDocumentation": "Executes whenever a release occurs.", + "phetioDocumentation": "Executes whenever a release occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11414,7 +11414,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.electricFieldCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11522,7 +11522,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "LinkedElementIO" }, "capacitorLabBasics.lightBulbScreen.view.viewControlPanel.plateChargesCheckbox.toggleAction": { - "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state.", + "phetioDocumentation": "Emits when user input causes the checkbox to toggle, emitting a single arg: the new boolean value of the checkbox state. The arguments are:
  1. isChecked: BooleanIO
", "phetioDynamicElement": false, "phetioEventType": "USER", "phetioFeatured": false, @@ -11594,7 +11594,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11606,7 +11606,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11618,7 +11618,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.bodyNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11654,7 +11654,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11666,7 +11666,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11678,7 +11678,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.negativeProbeNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11738,7 +11738,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ObjectIO" }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11750,7 +11750,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragEndAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag end in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, @@ -11762,7 +11762,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO." }, "capacitorLabBasics.lightBulbScreen.view.voltmeterNode.positiveProbeNode.dragHandler.dragStartAction": { - "phetioDocumentation": "", + "phetioDocumentation": "A function that executes. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": false, diff --git a/js/phet-io/capacitor-lab-basics-phet-io-types.js b/js/phet-io/capacitor-lab-basics-phet-io-types.js index b0b0cb55..92d2da93 100644 --- a/js/phet-io/capacitor-lab-basics-phet-io-types.js +++ b/js/phet-io/capacitor-lab-basics-phet-io-types.js @@ -2,7 +2,7 @@ window.phet.phetio.phetioTypes = assert && { "ActionIO.<>": { - "documentation": "Emits when an event occurs. No arguments.", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -20,7 +20,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO.<>" }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. isChecked: BooleanIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -42,7 +42,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. event: DOMEventIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -64,7 +64,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. event: EventIO
  2. \n
  3. targetNode: VoidIO
  4. \n
  5. callback: VoidIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -90,7 +90,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. event: EventIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -112,7 +112,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO., VoidIO>": { - "documentation": "Emits when an event occurs. The arguments are:
  1. event: NullableIO.
  2. \n
  3. callback: VoidIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -136,7 +136,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO., VoidIO>" }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. width: NumberIO
  2. \n
  3. height: NumberIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -160,7 +160,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. id: NumberIO
  2. \n
  3. point: Vector2IO
  4. \n
  5. event: DOMEventIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -186,7 +186,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. dt: NumberIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -208,7 +208,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. point: Vector2IO
  2. \n
  3. event: DOMEventIO
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -232,7 +232,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "ActionIO." }, "ActionIO.": { - "documentation": "Emits when an event occurs. The arguments are:
  1. point: Vector2IO. the position of the drag start in view coordinates
  2. \n
  3. event: VoidIO. the scenery pointer Event
", + "documentation": "Executes when an event occurs.", "events": [ "emitted" ], @@ -339,7 +339,7 @@ window.phet.phetio.phetioTypes = assert && "typeName": "DerivedPropertyIO." }, "EmitterIO.<>": { - "documentation": "Emits when an event occurs. No arguments.", + "documentation": "Emits when an event occurs and calls added listeners.", "events": [], "methodOrder": [], "methods": {