Skip to main content
Module

x/evt/mod.ts>dom.ClientRectList

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

Index Signatures

[index: number]: ClientRect

Properties

readonly
length: number

Methods

item(index: number): ClientRect