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