Skip to content

RecordStopButton

Overview

Button for toggling 'recording' state on/off.

@author Chris Malley (PixelZoom, Inc.)

Class RecordStopButton

import { RecordStopButton } from 'scenerystack/scenery-phet';

Constructor

new RecordStopButton( recordingProperty : Property<boolean>, providedOptions? : RecordStopButtonOptions )

Instance Methods

Type RecordStopButtonOptions

import type { RecordStopButtonOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for RecordStopButton.ts in the scenery-phet repository.