Skip to main content
Module

x/evt/mod.ts>dom.OverflowEvent

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

Properties

readonly
horizontalOverflow: boolean
readonly
orient: number
readonly
verticalOverflow: boolean
readonly
BOTH: number
readonly
HORIZONTAL: number
readonly
VERTICAL: number