Skip to main content
Module

x/evt/lib/types/index.ts>dom.NonDocumentTypeChildNode

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.NonDocumentTypeChildNode
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.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.