Skip to main content
Module

x/fresh/server.ts>PluginRenderResult

The next-gen web framework.
Extremely Popular
Latest
interface PluginRenderResult
import { type PluginRenderResult } from "https://deno.land/x/fresh@1.6.8/server.ts";

Properties

optional
styles: PluginRenderStyleTag[]

CSS styles to be injected into the page.

optional
scripts: PluginRenderScripts[]

JS scripts to ship to the client.

optional
htmlText: string

Body HTML transformed by the plugin