Skip to main content
Extremely Popular
Go to Latest
interface PluginRenderFunctionResult
import { type PluginRenderFunctionResult } from "https://deno.land/x/fresh@1.3.0/src/server/mod.ts";

Properties

htmlText: string

The HTML text that was rendered.

requiresHydration: boolean

If the renderer encountered any islands that require hydration on the client.