TRangedProperty¶
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.