Skip to main content
Module

x/fresh/runtime.ts>PartialProps

The next-gen web framework.
Extremely Popular
Go to Latest
interface PartialProps
import { type PartialProps } from "https://deno.land/x/fresh@1.5.0/runtime.ts";

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.