Skip to content

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

import { PreferencesPanelContentNode } from 'scenerystack/joist';

Constructor

new PreferencesPanelContentNode( providedOptions : PreferencesPanelContentNodeOptions )

Instance Methods

Type PreferencesPanelContentNodeOptions

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

Source Code

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