Skip to content

Commit

Permalink
update documentation, phetsims/scenery#1043
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Apr 9, 2020
1 parent 7c1ac1f commit f219bf5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions js/phet-io/energy-forms-and-changes-phet-io-elements-baseline.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
window.phet.preloads.phetio.phetioElementsBaseline = assert &&
{
"energyFormsAndChanges.general.controller.input.mouseDownAction": {
"phetioDocumentation": "Emits when a mouse button is pressed The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a mouse button is pressed. The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -15,7 +15,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.mouseMoveAction": {
"phetioDocumentation": "Emits when the mouse is moved The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when the mouse is moved. The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -28,7 +28,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.mouseOutAction": {
"phetioDocumentation": "Emits when the mouse moves out of the display The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when the mouse moves out of the display. The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -41,7 +41,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.mouseOverAction": {
"phetioDocumentation": "Emits when the mouse is moved over a Node The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when the mouse is moved while on the sim. The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -54,7 +54,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.mouseUpAction": {
"phetioDocumentation": "Emits when a mouse button is released The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a mouse button is released. The arguments are:<br/><ol><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -67,7 +67,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.penCancelAction": {
"phetioDocumentation": "Emits when a pen is canceled The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a pen is canceled. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -80,7 +80,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.penEndAction": {
"phetioDocumentation": "Emits when a pen is lifted The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a pen is lifted. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -93,7 +93,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.penMoveAction": {
"phetioDocumentation": "Emits when a pen is moved The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a pen is moved. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -106,7 +106,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.penStartAction": {
"phetioDocumentation": "Emits when a pen touches the screen The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a pen touches the screen. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -119,7 +119,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.touchCancelAction": {
"phetioDocumentation": "Emits when a touch is canceled The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a touch is canceled. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -132,7 +132,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.touchEndAction": {
"phetioDocumentation": "Emits when a touch ends The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a touch ends. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -145,7 +145,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.touchMoveAction": {
"phetioDocumentation": "Emits when a touch moves The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a touch moves. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -158,7 +158,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<NumberIO, Vector2IO, EventIO>"
},
"energyFormsAndChanges.general.controller.input.touchStartAction": {
"phetioDocumentation": "Emits when a touch begins The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when a touch begins. The arguments are:<br/><ol><li>id: NumberIO</li><br/><li>point: Vector2IO</li><br/><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand All @@ -184,7 +184,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert &&
"phetioTypeName": "ActionIO<>"
},
"energyFormsAndChanges.general.controller.input.wheelScrollAction": {
"phetioDocumentation": "Emits when the mouse wheel scrolls The arguments are:<br/><ol><li>event: EventIO</li></ol>",
"phetioDocumentation": "Emits when the mouse wheel scrolls. The arguments are:<br/><ol><li>event: EventIO</li></ol>",
"phetioDynamicElement": false,
"phetioEventType": "USER",
"phetioFeatured": false,
Expand Down

0 comments on commit f219bf5

Please sign in to comment.