Page Contents
Home > @loopback/context > ContextTags > GLOBAL_INTERCEPTOR_SOURCE
ContextTags.GLOBAL_INTERCEPTOR_SOURCE variable
Binding tag for global interceptors to specify sources of invocations that the interceptor should apply. The tag value can be a string or string[], such as 'route'
or ['route', 'proxy']
.
Signature:
GLOBAL_INTERCEPTOR_SOURCE = "globalInterceptorSource"