GridLine¶
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/GridLine.ts for the most up-to-date information.
Overview¶
A poolable internal representation of a row/column for grid handling in GridConstraint
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class GridLine¶
Instance Methods¶
clean()¶
Instance Properties¶
cells : GridCell[]¶
grow : number¶
Source Code¶
See the source for GridLine.ts in the scenery repository.