Skip to main content
Go to Latest
interface AdvancedPreactOptions
implements PreactOptions
Re-export
import { type AdvancedPreactOptions } from "https://deno.land/x/fathym_eac_runtime@v0.0.204/mod.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.