SliderControlsAndBasicActionsKeyboardHelpContent¶
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/SliderControlsAndBasicActionsKeyboardHelpContent.ts for the most up-to-date information.
Overview¶
Content for a KeyboardHelpDialog that contains a BasicActionsKeyboardHelpSection and a SliderControlsKeyboardHelpSection. Often sim interaction only involves sliders and basic tab and button interaction. For those sims, this content will be usable for the Dialog.
@author Jesse Greenberg
Class SliderControlsAndBasicActionsKeyboardHelpContent¶
Constructor¶
new SliderControlsAndBasicActionsKeyboardHelpContent( providedOptions? : SliderControlsAndBasicActionsKeyboardHelpContentOptions )¶
Instance Methods¶
Type SliderControlsAndBasicActionsKeyboardHelpContentOptions¶
import type { SliderControlsAndBasicActionsKeyboardHelpContentOptions } from 'scenerystack/scenery-phet';
- sliderSectionOptions?: SliderControlsKeyboardHelpSectionOptions
options passed to the SliderControlsKeyboardHelpSection - generalSectionOptions?: BasicActionsKeyboardHelpSectionOptions
options passed to the BasicActionsKeyboardHelpSection - & TwoColumnKeyboardHelpContentOptions
Source Code¶
See the source for SliderControlsAndBasicActionsKeyboardHelpContent.ts in the scenery-phet repository.