Represents the arguments for the Hoosat server-side renderer.

Hierarchy

  • HoosatRendererParams

Properties

extractCSS?: boolean

Flag to indicate if CSS should be extracted from the React application.

headTags?: HeadTags

The additional head tags to be included in the rendered HTML.

helmetContext?: object

The context object for helmet's .

jsx: ReactNode | Element

The JSX element or ReactNode to be rendered.

preloadTagFolder?: string

The folder path for preloading tags in production mode.

The server response object.

Generated using TypeDoc