Skip to content

VSlider

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/sun/blob/main/js/VSlider.ts for the most up-to-date information.

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.