JSON Schema Property 'altKey'

Description

Boolean denoting if the ALT key was down when event occured

Diagram

JSON Schema Diagram of /$defs/Event/properties/altKey

Value

Boolean

Literal value true or false.

Default

false

Source

"altKey": {
    "type": "boolean",
    "description": "Boolean denoting if the ALT key was down when event occured",
    "default": false
}
C:\Users\pilou\Workspaces\IntelliJ-IDEA\UX-Key\lom-format\lom.schema.json (141:18)