Skip to content

GroupHighlightPath

Overview

A HighlightPath with the default styling for group highlights. Group highlights typically surround a group of components that have one stop in the traversal order and are navigated by arrow keys. For example, a radio button group or menu list.

@author Jesse Greenberg (PhET Interactive Simulations)

Class GroupHighlightPath

import { GroupHighlightPath } from 'scenerystack/scenery';

Constructor

new GroupHighlightPath( shape : Shape | string | null, providedOptions? : GroupHighlightPathOptions )

Instance Methods

Source Code

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