Skip to content

HSeparator

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.