Skip to main content
Module

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

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

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.