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