Skip to content

Commit

Permalink
Add documentation to slider, see: #322
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Jul 17, 2024
1 parent edc75c7 commit f7fc82c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/balance-point/view/MeanPredictionFulcrumSlider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ export default class MeanPredictionFulcrumSlider extends HSlider {
startDrag: () => { this.isDraggingProperty.value = true; },
drag: () => { fulcrumWasDraggedProperty.value = true; },
endDrag: () => { this.isDraggingProperty.value = false; },
isDisposable: false
isDisposable: false,
phetioDocumentation: 'When the slider is disabled or in a fixed state the cueing arrows will not be visible.'
}, providedOptions );
super( fulcrumValueProperty, MeanShareAndBalanceConstants.SOCCER_BALL_RANGE, options );

Expand Down

0 comments on commit f7fc82c

Please sign in to comment.