Skip to main content
Module

x/hono/middleware.ts>JSXNode

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
class JSXNode
implements HtmlEscaped
Re-export
import { JSXNode } from "https://deno.land/x/hono@v4.0.5/middleware.ts";

Constructors

new
JSXNode(
tag: string | Function,
props: Props,
children: Child[],
)

Properties

children: Child[]
isEscaped: true
optional
key: string
optional
localContexts: LocalContexts
props: Props
tag: string | Function

Methods

toString(): string | Promise<string>
toStringToBuffer(buffer: StringBuffer): void