Skip to content

VSlider

Overview

Convenience type for vertical slider. See https://github.com/phetsims/sun/issues/380

@author Chris Malley (PixelZoom, Inc.)

Class VSlider

import { VSlider } from 'scenerystack/sun';

Constructor

new VSlider( valueProperty : PhetioProperty<number>, range : Range, options? : VSliderOptions )

Instance Methods

Type VSliderOptions

import type { VSliderOptions } from 'scenerystack/sun';

StrictOmit<SliderOptions, "orientation">

Source Code

See the source for VSlider.ts in the sun repository.