property CAPABILITIES.VIEW

View rendering (server-rendered HTML) — an IViewEngine that turns a view component and its props into an HTML string, so a handler can answer with markup it did not concatenate by hand.

Type

string

Usage

import { CAPABILITIES } from "common/src/index.ts";