VBox¶
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/VBox.ts for the most up-to-date information.
Overview¶
VBox is a convenience specialization of FlowBox with vertical orientation.
@author Jonathan Olson <jonathan.olson@colorado.edu> @author Sam Reid (PhET Interactive Simulations)
Class VBox¶
Constructor¶
new VBox( providedOptions? : VBoxOptions )¶
Instance Methods¶
onFlowBoxChildInserted( node : Node, index : number )¶
(protected)
mutate( options? : VBoxOptions ) : this¶
Type VBoxOptions¶
StrictOmit<FlowBoxOptions, "orientation">