Skip to content

GroupHighlightFromNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery/blob/main/js/accessibility/GroupHighlightFromNode.ts for the most up-to-date information.

Overview

A HighlightPath subtype that is based around a Node, with styling that makes it look like a group focus highlight.

@author Jesse Greenberg (PhET Interactive Simulations)

Class GroupHighlightFromNode

import { GroupHighlightFromNode } from 'scenerystack/scenery';

Constructor

new GroupHighlightFromNode( node : Node | null, providedOptions? : GroupHighlightFromNodeOptions )

Instance Methods

Source Code

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