Skip to content

KeyID

Under Construction

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

Overview

An enum that defines the keys supported by the common-code keypad. If a new type of key is needed, it must be added here.

@author Aadish Gupta @author John Blanco

Type KeyIDValue

import type { KeyIDValue } from 'scenerystack/scenery-phet';

typeof KeyID[keyof typeof KeyID]

Source Code

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