Skip to content

NavigationBarPreferencesButton

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/preferences/NavigationBarPreferencesButton.ts for the most up-to-date information.

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.