Skip to content

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

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.