ComboBoxKeyboardHelpSection¶
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/keyboard/help/ComboBoxKeyboardHelpSection.ts for the most up-to-date information.
Overview¶
Help section for explaining how to use a keyboard to interact with a ComboBox.
@author Michael Kauzmann (PhET Interactive Simulations)
Class ComboBoxKeyboardHelpSection¶
Constructor¶
new ComboBoxKeyboardHelpSection( providedOptions? : ComboBoxKeyboardHelpSectionOptions )¶
Instance Methods¶
Type ComboBoxKeyboardHelpSectionOptions¶
- headingString?: string | TReadOnlyProperty<string>
Heading for the section, should be capitalized as a title - thingAsLowerCaseSingular?: string | TReadOnlyProperty<string>
the item being changed by the combo box, lower case as used in a sentence - thingAsLowerCasePlural?: string | TReadOnlyProperty<string>
plural version of thingAsLowerCaseSingular - & KeyboardHelpSectionOptions
Source Code¶
See the source for ComboBoxKeyboardHelpSection.ts in the scenery-phet repository.