PreferencesPanelContentNode¶
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/PreferencesPanelContentNode.ts for the most up-to-date information.
Overview¶
Parent class for layout and styling of content nodes that can be passed through to PreferencesPanelSection.
@author Marla Schulz (PhET Interactive Simulations)
Class PreferencesPanelContentNode¶
Constructor¶
new PreferencesPanelContentNode( providedOptions : PreferencesPanelContentNodeOptions )¶
Instance Methods¶
Type PreferencesPanelContentNodeOptions¶
- content: Array<Node>
- & PanelOptions
Source Code¶
See the source for PreferencesPanelContentNode.ts in the joist repository.