Skip to content

TLayoutOptions

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

Overview

Type TLayoutOptions

The main type interface for Node's layoutOptions (for use with Grid/Flow based layouts)

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

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

GridCellOptions & FlowCellOptions

Source Code

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