Skip to content

VoicingToolbarItem

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/toolbar/VoicingToolbarItem.ts for the most up-to-date information.

Overview

An item for the Toolbar that includes components related to the voicing feature. Includes a switch to enable/disable all speech, and buttons to hear overview information about the active sim Screen.

@author Jesse Greenberg (PhET Interactive Simulations)

Class VoicingToolbarItem

import { VoicingToolbarItem } from 'scenerystack/sim';

Constructor

new VoicingToolbarItem( alertManager : VoicingToolbarAlertManager, lookAndFeel : LookAndFeel, providedOptions? : VoicingToolbarItemOptions )

Instance Methods

Type VoicingToolbarItemOptions

import type { VoicingToolbarItemOptions } from 'scenerystack/sim';

StrictOmit<NodeOptions, "isDisposable"> & PickRequired<NodeOptions, "tandem">

Source Code

See the source for VoicingToolbarItem.ts in the joist repository.