Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Deno Standard Extensions
Go to Latest
interface ElementInternals
implements ARIAMixin
import { type ElementInternals } from "https://deno.land/x/yxz@0.17.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.