Skip to main content
Module

x/fastro/mod.ts>RenderOptions

The web framework for full stack apps
Go to Latest
type alias RenderOptions
import { type RenderOptions } from "https://deno.land/x/fastro@v0.81.0/mod.ts";
definition: { build?: boolean; cache?: boolean; pageFolder?: string; status?: number; props?: any; development?: boolean; html?: { lang?: string; class?: string; style?: JSX.CSSProperties; head?: { title?: string; descriptions?: string; meta?: Meta[]; script?: Script[]; link?: Link[]; headStyle?: string; headScript?: string; noScriptLink?: NoScriptLink; }; body?: { class?: string; style?: JSX.CSSProperties; script?: Script[]; root: { class?: string; style?: JSX.CSSProperties; }; }; }; }