Skip to content

Interface: InterceptorRuntime

The mutable machinery behind an InterceptorContext. Split out so createInterceptorContext can hand the public context to interceptors while appkit.createApp retains the emitLifecycle side-channel the bridge drives.

readonly context: InterceptorContext

The context handed to each interceptor.

emitLifecycle(event): Promise<void>

Fire a lifecycle event to every subscriber (called by lifecycleBridge).

LifecycleEvent

Promise<void>