Skip to main content
Module

x/commandis/mod.ts>dom.NonDocumentTypeChildNode

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.NonDocumentTypeChildNode
import { type dom } from "https://deno.land/x/commandis@v0.6.5/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.