InteractiveHighlighting¶
Overview¶
A trait for Node that mixes functionality to support visual highlights that appear on hover with a pointer.
@author Jesse Greenberg (PhET Interactive Simulations)
Type InteractiveHighlightingNodeType¶
NOTE!!! This used to be called "InteractiveHighlightingNode", which conflicts with (or is confusing) with the actual InteractiveHighlightingNode.ts type. Renamed here so they can be in the same namespace.
Node & TInteractiveHighlighting
Type InteractiveHighlightingOptions¶
- interactiveHighlight?: Highlight
- interactiveHighlightLayerable?: boolean
- interactiveHighlightEnabled?: boolean
Source Code¶
See the source for InteractiveHighlighting.ts in the scenery repository.