Skip to main content
Module

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

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

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

Properties

readonly
data: string