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¶
Constructor¶
new PreferencesPanel( preferencesType : PreferencesType, selectedTabProperty : TReadOnlyProperty<PreferencesType>, tabVisibleProperty : TReadOnlyProperty<boolean>, providedOptions? : PreferencesPanelOptions )¶
Instance Methods¶
Type PreferencesPanelOptions¶
StrictOmit<NodeOptions, "tagName" | "labelTagName">
Source Code¶
See the source for PreferencesPanel.ts in the joist repository.