Skip to main content
Module

x/jito/jito.d.ts>RealTarget

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
interface RealTarget
implements VirtualTree, HasAttrs
import { type RealTarget } from "https://deno.land/x/jito@1.0.3/jito.d.ts";

Properties

el:
| Element
| DocumentFragment
| ShadowRoot
optional
override: boolean
optional
invalid: { attrs?: boolean; on?: boolean; children?: boolean; }