@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
155 lines (75 loc) • 2.61 kB
Markdown
---
lang: en
title: 'API docs: context.contexttags'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/context
permalink: /doc/en/lb4/apidocs.context.contexttags.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/context](./context.md) > [ContextTags](./context.contexttags.md)
## ContextTags namespace
Namespace for context tags
**Signature:**
```typescript
export declare namespace ContextTags
```
## Variables
<table><thead><tr><th>
Variable
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[CLASS](./context.contexttags.class.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[CONFIGURATION\_FOR](./context.contexttags.configuration_for.md)
</td><td markdown="1">
Binding tag to associate a configuration binding with the target binding key
</td></tr>
<tr><td markdown="1">
[DYNAMIC\_VALUE\_PROVIDER](./context.contexttags.dynamic_value_provider.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[GLOBAL\_INTERCEPTOR\_GROUP](./context.contexttags.global_interceptor_group.md)
</td><td markdown="1">
Binding tag for group name of global interceptors
</td></tr>
<tr><td markdown="1">
[GLOBAL\_INTERCEPTOR\_SOURCE](./context.contexttags.global_interceptor_source.md)
</td><td markdown="1">
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']`<!-- -->.
</td></tr>
<tr><td markdown="1">
[GLOBAL\_INTERCEPTOR](./context.contexttags.global_interceptor.md)
</td><td markdown="1">
Binding tag for global interceptors
</td></tr>
<tr><td markdown="1">
[KEY](./context.contexttags.key.md)
</td><td markdown="1">
Binding key for the artifact
</td></tr>
<tr><td markdown="1">
[NAME](./context.contexttags.name.md)
</td><td markdown="1">
Name of the artifact
</td></tr>
<tr><td markdown="1">
[NAMESPACE](./context.contexttags.namespace.md)
</td><td markdown="1">
Namespace of the artifact
</td></tr>
<tr><td markdown="1">
[PROVIDER](./context.contexttags.provider.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[TYPE](./context.contexttags.type.md)
</td><td markdown="1">
Type of the artifact
</td></tr>
</tbody></table>