RecordStopButton¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/buttons/RecordStopButton.ts for the most up-to-date information.
Overview¶
Button for toggling 'recording' state on/off.
@author Chris Malley (PixelZoom, Inc.)
Class RecordStopButton¶
Constructor¶
new RecordStopButton( recordingProperty : Property<boolean>, providedOptions? : RecordStopButtonOptions )¶
Instance Methods¶
Type RecordStopButtonOptions¶
- radius?: number
- recordIconColor?: TColor
- stopIconColor?: TColor
- & BooleanRoundToggleButtonOptions
Source Code¶
See the source for RecordStopButton.ts in the scenery-phet repository.