ExpandCollapseButton¶
Overview¶
Button for expanding/collapsing something.
@author Chris Malley (PixelZoom, Inc.) @author Jesse Greenberg (PhET Interactive Simulations)
Class ExpandCollapseButton¶
Constructor¶
new ExpandCollapseButton( expandedProperty : Property<boolean>, providedOptions? : ExpandCollapseButtonOptions )¶
Instance Methods¶
dispose()¶
Type ExpandCollapseButtonOptions¶
- sideLength?: number
- & StrictOmit<BooleanRectangularToggleButtonOptions, "cornerRadius" | "xMargin" | "yMargin" | "buttonAppearanceStrategy">
Source Code¶
See the source for ExpandCollapseButton.ts in the sun repository.