Skip to main content
Module

x/fresh/src/runtime/Partial.tsx>PartialProps

The next-gen web framework.
Extremely Popular
Latest
interface PartialProps
import { type PartialProps } from "https://deno.land/x/fresh@1.6.8/src/runtime/Partial.tsx";

Properties

optional
children: ComponentChildren
name: string

The name of the partial. This value must be unique across partials.

optional
mode: "replace" | "prepend" | "append" = "replace"

Define how the new HTML should be applied.