TRangedProperty¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/axon/blob/main/js/TRangedProperty.ts for the most up-to-date information.
Overview¶
@author Michael Kauzmann (PhET Interactive Simulations)
Type TRangedProperty¶
Minimal types for Properties that support a rangeProperty.
PhetioProperty<number> & { range: Range; rangeProperty: TReadOnlyProperty<Range> }
Source Code¶
See the source for TRangedProperty.ts in the axon repository.