Skip to content

GrabReleaseCueNode

Overview

A Node that displays a visual queue to use space to grab and release a component.

@author Michael Kauzmann (PhET Interactive Simulations)

Class GrabReleaseCueNode

import { GrabReleaseCueNode } from 'scenerystack/scenery-phet';

Constructor

new GrabReleaseCueNode( providedOptions? : GrabReleaseCueNodeOptions )

Instance Methods

Type GrabReleaseCueNodeOptions

import type { GrabReleaseCueNodeOptions } from 'scenerystack/scenery-phet';
  • spaceKeyWidth?: number
    properties of the space key
  • keyHeight?: number
  • & PanelOptions

Source Code

See the source for GrabReleaseCueNode.ts in the scenery-phet repository.