Skip to main content
Module

x/commandis/mod.ts>dom.OverflowEvent

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.OverflowEvent
implements UIEvent
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { OverflowEvent } = dom;

Properties

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