Skip to main content
Module

x/jito/routing.d.ts>Panel

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

Properties

panel:
| null
| Element
embed:
| ((component: Component, elementize?: Elementize) => Middleware)
| ((component: Promise<Component>, elementize?: Elementize) => Middleware)
| ((module: Module, elementize?: Elementize) => Middleware)
| ((module: Promise<Module>, elementize?: Elementize) => Middleware)
| ((filePath: string, elementize?: Elementize) => Middleware)
| ((element: Element, elementize?: Elementize) => Middleware)
| ((element: Promise<Element>, elementize?: Elementize) => Middleware)