Skip to content

NavigationBarPreferencesButton

Overview

Button in the NavigationBar that opens the PreferencesDialog.

@author Jesse Greenberg (PhET Interactive Simulations)

import { NavigationBarPreferencesButton } from 'scenerystack/sim';

Constructor

Instance Methods

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

PickRequired<JoistButtonOptions, "tandem"> & Pick<JoistButtonOptions, "pointerAreaDilationX" | "pointerAreaDilationY">

Source Code

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