Skip to content

Commit

Permalink
instrument dropper drag handler, phetsims/ph-scale#92
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jan 30, 2020
1 parent cf765ad commit 9f2f7cb
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions js/phet-io/ph-scale-basics-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -2224,6 +2224,71 @@ window.phet.phetio.phetioElementsBaseline = assert &&
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<BooleanIO>"
},
"phScaleBasics.macroScreen.view.dropperNode.dragHandler": {
"phetioDocumentation": "",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ObjectIO"
},
"phScaleBasics.macroScreen.view.dropperNode.dragHandler.dragAction": {
"phetioDocumentation": "A function that executes. The arguments are:<br/><ol><li>point: Vector2IO. the position of the drag in view coordinates</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": true,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ActionIO<Vector2IO>"
},
"phScaleBasics.macroScreen.view.dropperNode.dragHandler.dragEndAction": {
"phetioDocumentation": "A function that executes. The arguments are:<br/><ol><li>point: Vector2IO. the position of the drag end in view coordinates</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ActionIO<Vector2IO>"
},
"phScaleBasics.macroScreen.view.dropperNode.dragHandler.dragStartAction": {
"phetioDocumentation": "A function that executes. The arguments are:<br/><ol><li>point: Vector2IO. the position of the drag start in view coordinates</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "ActionIO<Vector2IO>"
},
"phScaleBasics.macroScreen.view.dropperNode.dragHandler.isDraggingProperty": {
"phetioDocumentation": "Indicates whether the object is dragging",
"phetioDynamicElement": false,
"phetioEventType": "MODEL",
"phetioFeatured": false,
"phetioHighFrequency": false,
"phetioIsArchetype": false,
"phetioPlayback": false,
"phetioReadOnly": true,
"phetioState": false,
"phetioStudioControl": true,
"phetioTypeName": "PropertyIO<BooleanIO>"
},
"phScaleBasics.macroScreen.view.dropperNode.opacityProperty": {
"phetioDocumentation": "Opacity of the parent NodeIO, between 0 (invisible) and 1 (fully visible)",
"phetioDynamicElement": false,
Expand Down

0 comments on commit 9f2f7cb

Please sign in to comment.