Skip to content

GroupHighlightPath

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/GroupHighlightPath.ts for the most up-to-date information.

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

Type GroupHighlightPathOptions

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

HighlightPathOptions

Source Code

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