Skip to content

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

import { HSeparator } from 'scenerystack/scenery';

Constructor

new HSeparator( options? : HSeparatorOptions )

Instance Methods

Type HSeparatorOptions

import type { HSeparatorOptions } from 'scenerystack/scenery';

WidthSizableOptions & SeparatorOptions

Source Code

See the source for HSeparator.ts in the scenery repository.