HSeparator¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/layout/nodes/HSeparator.ts for the most up-to-date information.
Overview¶
A horizontal line for separating items in a vertical layout container.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class HSeparator¶
Constructor¶
new HSeparator( options? : HSeparatorOptions )¶
Instance Methods¶
Type HSeparatorOptions¶
WidthSizableOptions & SeparatorOptions
Source Code¶
See the source for HSeparator.ts in the scenery repository.