Frame¶
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