Page Contents
Home > @loopback/context > ContextViewEvent
ContextViewEvent interface
An event emitted by a ContextView
Signature:
export interface ContextViewEvent<T> extends ContextEvent
Extends: ContextEvent
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [cachedValue?](/doc/en/lb4/apidocs.context.contextviewevent.cachedvalue.html) | T | _(Optional)_ Optional cached value for an `unbind` event |