Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>AbstractRange

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface AbstractRange
import { type AbstractRange } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.ts";

Properties

readonly
collapsed: boolean

Returns true if range is collapsed, and false otherwise.

readonly
endContainer: Node

Returns range's end node.

readonly
endOffset: number

Returns range's end offset.

readonly
startContainer: Node

Returns range's start node.

readonly
startOffset: number

Returns range's start offset.