Skip to content

VSeparator

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/VSeparator.ts for the most up-to-date information.

Overview

A vertical line for separating items in a horizontal layout container.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class VSeparator

import { VSeparator } from 'scenerystack/scenery';

Constructor

new VSeparator( options? : VSeparatorOptions )

Instance Methods

Type VSeparatorOptions

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

HeightSizableOptions & SeparatorOptions

Source Code

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