Skip to content

KeyboardHelpDialog

Overview

Shows a Dialog with content describing keyboard interactions. Opened via a button in the navigation bar.

@author Jesse Greenberg

Class KeyboardHelpDialog

import { KeyboardHelpDialog } from 'scenerystack/sim';

Constructor

new KeyboardHelpDialog( screens : AnyScreen[], screenProperty : Property<AnyScreen>, providedOptions? : KeyboardHelpDialogOptions )

Instance Methods

Type KeyboardHelpDialogOptions

import type { KeyboardHelpDialogOptions } from 'scenerystack/sim';

StrictOmit<DialogOptions, "title"> & PickRequired<DialogOptions, "tandem">

Source Code

See the source for KeyboardHelpDialog.ts in the joist repository.