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