HSlider¶
Overview¶
Convenience type for horizontal slider. See https://github.com/phetsims/sun/issues/380
@author Chris Malley (PixelZoom, Inc.)
Class HSlider¶
Constructor¶
new HSlider( valueProperty : PhetioProperty<number>, range : Range, options? : HSliderOptions )¶
Instance Methods¶
Type HSliderOptions¶
StrictOmit<SliderOptions, "orientation">
Source Code¶
See the source for HSlider.ts in the sun repository.