KeyboardHelpDialog¶
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/KeyboardHelpDialog.ts for the most up-to-date information.
Overview¶
Shows a Dialog with content describing keyboard interactions. Opened via a button in the navigation bar.
@author Jesse Greenberg
Class KeyboardHelpDialog¶
Constructor¶
new KeyboardHelpDialog( screens : AnyScreen[], screenProperty : Property<AnyScreen>, providedOptions? : KeyboardHelpDialogOptions )¶
Instance Methods¶
Type KeyboardHelpDialogOptions¶
StrictOmit<DialogOptions, "title"> & PickRequired<DialogOptions, "tandem">
Source Code¶
See the source for KeyboardHelpDialog.ts in the joist repository.