Skip to main content
Module

x/hono/middleware.ts>JSXNode

Web Framework built on Web Standards
Extremely Popular
Go to Latest
class JSXNode
implements HtmlEscaped
Re-export
import { JSXNode } from "https://deno.land/x/hono@v4.2.7/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