Skip to main content
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.3.1/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.