diff --git a/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js b/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js index 171562a..29dfc67 100644 --- a/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js +++ b/js/phet-io/resistance-in-a-wire-phet-io-elements-baseline.js @@ -3059,7 +3059,7 @@ window.phet.phetio.phetioElementsBaseline = assert && "phetioReadOnly": false, "phetioState": false, "phetioStudioControl": true, - "phetioTypeName": "NodeIO" + "phetioTypeName": "ResetAllButtonIO" }, "resistanceInAWire.resistanceInAWireScreen.view.resetAllButton.enabledProperty": { "phetioDocumentation": "When disabled, the button is grayed out and cannot be pressed", diff --git a/js/phet-io/resistance-in-a-wire-phet-io-types.js b/js/phet-io/resistance-in-a-wire-phet-io-types.js index 89001a2..b06baff 100644 --- a/js/phet-io/resistance-in-a-wire-phet-io-types.js +++ b/js/phet-io/resistance-in-a-wire-phet-io-types.js @@ -952,6 +952,18 @@ window.phet.phetio.phetioTypes = assert && "supertype": "ObjectIO", "typeName": "RangeIO" }, + "ResetAllButtonIO": { + "documentation": "Button that performs an action while it is being pressed, and stops the action when released", + "events": [ + "pressed", + "released", + "releasedDisabled" + ], + "methodOrder": [], + "methods": {}, + "supertype": "NodeIO", + "typeName": "ResetAllButtonIO" + }, "RichTextIO": { "documentation": "The tandem IO type for the scenery RichText node", "events": [],