JSON Schema Property 'shiftKey'

Description

Boolean denoting if the SHIFT key was down when event occured

Diagram

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

Value

Boolean

Literal value true or false.

Default

false

Source

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