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

Properties

htmlText: string

The HTML text that was rendered.

requiresHydration: boolean

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