Skip to content

InteractiveHighlightingNode

Overview

A convenience superclass for a Node composed with InteractiveHighlighting. Helpful when using this superclass is easier than the trait pattern. And some devs generally prefer traditional inheritance.

@author Jesse Greenberg (PhET Interactive Simulations)

Class InteractiveHighlightingNode

import { InteractiveHighlightingNode } from 'scenerystack/scenery';

Constructor

new InteractiveHighlightingNode( options? : InteractiveHighlightingNodeOptions )

Instance Methods

Type InteractiveHighlightingNodeOptions

import type { InteractiveHighlightingNodeOptions } from 'scenerystack/scenery';

InteractiveHighlightingOptions & NodeOptions

Source Code

See the source for InteractiveHighlightingNode.ts in the scenery repository.