Skip to content

HClNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/nitroglycerin/blob/main/js/nodes/HClNode.ts for the most up-to-date information.

Overview

HCl Molecule

@author Chris Malley (PixelZoom, Inc.)

Class HClNode

import { HClNode } from 'scenerystack/nitroglycerin';

Constructor

new HClNode( providedOptions? : HClNodeOptions )

Instance Methods

Type HClNodeOptions

import type { HClNodeOptions } from 'scenerystack/nitroglycerin';

StrictOmit<HorizontalMoleculeNodeOptions, "direction" | "overlapPercent">

Source Code

See the source for HClNode.ts in the nitroglycerin repository.