Skip to main content
Module

x/jito/jito.d.ts>CustomElementTemplate

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

Properties

type: "custom"
tag: string
optional
is: string | Template
optional
class: Array<Array<string> | FlagsTemplate>
optional
part: Array<Array<string> | FlagsTemplate>
optional
attrs: Record<string, unknown | Template>
optional
bools: Record<string, unknown | Template>
optional
style: string | JoinTemplate
optional
on: Record<string, Array<HandlerTemplate>>
optional
children: Array<Template | string>