Skip to content

Commit

Permalink
add distanceProperty, #76
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 22, 2019
1 parent 0309c90 commit 1a7cbe1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions js/phet-io/gravity-force-lab-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,18 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"gravityForceLab.gravityForceLabScreen.model.distanceProperty": {
"phetioDocumentation": "The distance between the two objects' centers",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "DerivedPropertyIO.<NumberIO>"
},
"gravityForceLab.gravityForceLabScreen.model.forceProperty": {
"phetioDocumentation": "The force of one object on the other (in Newtons)",
"phetioDynamicElement": false,
Expand Down

0 comments on commit 1a7cbe1

Please sign in to comment.