Skip to content

PreferencesPanel

Overview

A superclass for a panel of content in the Preferences Dialog. Mostly responsible for visibility of panel content.

@author Jesse Greenberg

Class PreferencesPanel

import { PreferencesPanel } from 'scenerystack/joist';

Constructor

new PreferencesPanel( preferencesType : PreferencesType, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions? : PreferencesPanelOptions )

Instance Methods

Type PreferencesPanelOptions

import type { PreferencesPanelOptions } from 'scenerystack/joist';

StrictOmit<NodeOptions, "tagName" | "labelTagName">

Source Code

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