Frame¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/joist/blob/main/js/Frame.ts for the most up-to-date information.
Overview¶
Decorative frame around the selected node
@author Sam Reid (PhET Interactive Simulations)
Class Frame¶
Constructor¶
new Frame( content : Node, providedOptions? : FrameOptions )¶
Instance Methods¶
setHighlighted( highlighted : boolean )¶
Type FrameOptions¶
- xMargin1?: number
- yMargin1?: number
- cornerRadius?: number
- & NodeOptions