Skip to content

@jsvision/core / FocusEvent

Interface: FocusEvent

Defined in: input/events.ts:62

A terminal focus-gained / focus-lost report (emitted only when the host enables focus reporting).

Properties

focused

readonly focused: boolean

Defined in: input/events.ts:64


type

readonly type: "focus"

Defined in: input/events.ts:63