Skip to main content
Module

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

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

The DOM CompositionEvent represents events that occur due to the user indirectly entering text.

Properties

readonly
data: string