ComboBoxKeyboardHelpSection¶
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.