API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfacePlatformKeyboardEvent

@codexo/exojs / core / stable

A key transition, identified by physical position (`code`) rather than by the character the active layout produces. `repeat` marks an OS auto-repeat rather than a fresh press.

2
props
2
methods
0
events
Import
import { PlatformKeyboardEvent } from '@codexo/exojs'

A key transition, identified by physical position (`code`) rather than by the character the active layout produces. `repeat` marks an OS auto-repeat rather than a fresh press.

Methods2
preventDefault(): void
stopImmediatePropagation(): void
Properties2
code: string
repeat: boolean
Source