Page Contents
Home > @loopback/context > ContextTags
ContextTags namespace
Namespace for context tags
Signature:
export declare namespace ContextTags
Variables
| Variable | Description |
|---|---|
| [CLASS](/doc/en/lb4/apidocs.context.contexttags.class.html) | |
| [CONFIGURATION\_FOR](/doc/en/lb4/apidocs.context.contexttags.configuration_for.html) | Binding tag to associate a configuration binding with the target binding key |
| [DYNAMIC\_VALUE\_PROVIDER](/doc/en/lb4/apidocs.context.contexttags.dynamic_value_provider.html) | |
| [GLOBAL\_INTERCEPTOR\_GROUP](/doc/en/lb4/apidocs.context.contexttags.global_interceptor_group.html) | Binding tag for group name of global interceptors |
| [GLOBAL\_INTERCEPTOR\_SOURCE](/doc/en/lb4/apidocs.context.contexttags.global_interceptor_source.html) | 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']`. |
| [GLOBAL\_INTERCEPTOR](/doc/en/lb4/apidocs.context.contexttags.global_interceptor.html) | Binding tag for global interceptors |
| [KEY](/doc/en/lb4/apidocs.context.contexttags.key.html) | Binding key for the artifact |
| [NAME](/doc/en/lb4/apidocs.context.contexttags.name.html) | Name of the artifact |
| [NAMESPACE](/doc/en/lb4/apidocs.context.contexttags.namespace.html) | Namespace of the artifact |
| [PROVIDER](/doc/en/lb4/apidocs.context.contexttags.provider.html) | |
| [TYPE](/doc/en/lb4/apidocs.context.contexttags.type.html) | Type of the artifact |