Skip to main content
Module

x/evt/lib/types/lib.dom.ts>FocusEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface FocusEvent
implements UIEvent
import { type FocusEvent } from "https://deno.land/x/evt@v2.4.13/lib/types/lib.dom.ts";

Focus-related events like focus, blur, focusin, or focusout.

Properties

readonly
relatedTarget: EventTarget | null