Skip to main content
Extremely Popular
Go to Latest
interface AdvancedPreactOptions
implements PreactOptions
import { type AdvancedPreactOptions } from "https://deno.land/x/fresh@1.3.0/src/server/render.ts";

Properties

optional
errorBoundaries: boolean

Methods

optional
__c(vnode: VNode, commitQueue: Component[]): void

Attach a hook that is invoked after a tree was mounted or was updated.

optional
__r(vnode: VNode): void

Attach a hook that is invoked before a vnode has rendered.