Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>FocusEvent

Deno Standard Extensions
Go to Latest
interface FocusEvent
implements UIEvent
import { type FocusEvent } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

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

Properties

readonly
relatedTarget: EventTarget | null