Page Contents
  
 
    
Home > @loopback/context > ContextEventType
ContextEventType type
Context event types. We support bind and unbind for now but keep it open for new types
Signature:
export type ContextEventType = 'bind' | 'unbind' | string;