Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/lib.dom.ts>ElementInternals

Deno Standard Extensions
Latest
interface ElementInternals
implements ARIAMixin
import { type ElementInternals } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

Properties

readonly
shadowRoot: ShadowRoot | null

Returns the ShadowRoot for internals's target element, if the target element is a shadow host, or null otherwise.