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

x/evt/mod.ts>dom.NonDocumentTypeChildNode

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

Properties

readonly
nextElementSibling: Element | null

Returns the first following sibling that is an element, and null otherwise.

readonly
previousElementSibling: Element | null

Returns the first preceding sibling that is an element, and null otherwise.