Skip to main content
Module

x/evt/lib/types/index.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.3.1/lib/types/index.ts";
const { OverflowEvent } = dom;

Properties

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