Skip to content

VoicingToolbarItem

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.