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.
Properties
Section titled “Properties”context
Section titled “context”
readonlycontext:InterceptorContext
The context handed to each interceptor.
Methods
Section titled “Methods”emitLifecycle()
Section titled “emitLifecycle()”emitLifecycle(
event):Promise<void>
Fire a lifecycle event to every subscriber (called by lifecycleBridge).
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<void>