Skip to main content
Module

x/jito/jito.d.ts>HasAttrs

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

Properties

optional
class: Array<string>
optional
part: Array<string>
optional
style: string
optional
attrs: Record<string, unknown>
optional
on: Record<string, Array<EventListener>>