Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 11, 2019
1 parent 002f702 commit 0d1d707
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions js/phet-io/resistance-in-a-wire-phet-io-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit 0d1d707

Please sign in to comment.