Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface AdvancedPreactOptions
implements PreactOptions
import { type AdvancedPreactOptions } from "https://deno.land/x/fathym_eac_runtime@v0.1.32/src/runtime/apps/preact/AdvancedPreactOptions.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.

optional
__b(vnode: VNode): void

before diff hook

optional
__h(
component: Component,
index: number,
): void

Attach a hook that is invoked before a hook's state is queried.