@loopback/docs
Version:
Documentation for LoopBack 4
38 lines (27 loc) • 1.35 kB
Markdown
---
lang: en
title: 'API docs: context.contexttags'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
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
<b>Signature:</b>
```typescript
export declare namespace ContextTags
```
## Variables
| Variable | Description |
| --- | --- |
| [CLASS](./context.contexttags.class.md) | |
| [CONFIGURATION\_FOR](./context.contexttags.configuration_for.md) | Binding tag to associate a configuration binding with the target binding key |
| [GLOBAL\_INTERCEPTOR](./context.contexttags.global_interceptor.md) | Binding tag for global interceptors |
| [GLOBAL\_INTERCEPTOR\_GROUP](./context.contexttags.global_interceptor_group.md) | Binding tag for group name of global interceptors |
| [KEY](./context.contexttags.key.md) | Binding key for the artifact |
| [NAME](./context.contexttags.name.md) | Name of the artifact |
| [NAMESPACE](./context.contexttags.namespace.md) | Namespace of the artifact |
| [PROVIDER](./context.contexttags.provider.md) | |
| [TYPE](./context.contexttags.type.md) | Type of the artifact |