Skip to content

FlowLine

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

Overview

A poolable internal representation of a line for layout handling in FlowConstraint

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

Class FlowLine

import { FlowLine } from 'scenerystack/scenery';

Instance Methods

clean()

Instance Properties

cells : FlowCell[]

Source Code

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