Skip to content

Commit

Permalink
instrument ISLCObjectNode, #175
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Sep 9, 2019
1 parent 8a72219 commit cc39870
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 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 @@ -1057,6 +1057,18 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "NodeIO"
},
"gravityForceLab.gravityForceLabScreen.view.mass1Node": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "NodeIO"
},
"gravityForceLab.gravityForceLabScreen.view.mass1Node.centerOfMassLineNode": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
Expand Down Expand Up @@ -1357,6 +1369,54 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"gravityForceLab.gravityForceLabScreen.view.mass1Node.opacityProperty": {
"phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
},
"gravityForceLab.gravityForceLabScreen.view.mass1Node.pickableProperty": {
"phetioDocumentation": "Sets whether the node will be pickable (and hence interactive), see the NodeIO documentation for more details",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<NullableIO.<BooleanIO>>"
},
"gravityForceLab.gravityForceLabScreen.view.mass1Node.visibleProperty": {
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"gravityForceLab.gravityForceLabScreen.view.mass2Node": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "NodeIO"
},
"gravityForceLab.gravityForceLabScreen.view.mass2Node.centerOfMassLineNode": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
Expand Down Expand Up @@ -1657,6 +1717,42 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"gravityForceLab.gravityForceLabScreen.view.mass2Node.opacityProperty": {
"phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "NumberPropertyIO"
},
"gravityForceLab.gravityForceLabScreen.view.mass2Node.pickableProperty": {
"phetioDocumentation": "Sets whether the node will be pickable (and hence interactive), see the NodeIO documentation for more details",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<NullableIO.<BooleanIO>>"
},
"gravityForceLab.gravityForceLabScreen.view.mass2Node.visibleProperty": {
"phetioDocumentation": "Controls whether the Node will be visible (and interactive), see the NodeIO documentation for more details.",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioPlayback": false,
"phetioReadOnly": false,
"phetioState": true,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO.<BooleanIO>"
},
"gravityForceLab.gravityForceLabScreen.view.massControl1": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
Expand Down

0 comments on commit cc39870

Please sign in to comment.