# Decorator Tags
Decorator swagger schema classDecorator operationModule | import { Tags } from "@tsed/schema" |
---|---|
Source | /packages/schema/src/decorators/operations/tags.ts |
# Overview
function Tags(...tags: (string | OpenSpecTag)[]): (...args: any[]) => any;
# Description
Add tags metadata on the decorated element.
# Examples
# On method
@Controller("/")
class MyController {
@Tags("api")
get() {}
}
1
2
3
4
5
2
3
4
5
Other topics
- Session & cookies
- Passport.js
- TypeORM
- Mongoose
- GraphQL
- Socket.io
- Swagger
- AJV
- Multer
- Serve static files
- Templating
- Throw HTTP Exceptions
- Customize 404
- AWS
- Seq
- OIDC
- Stripe
- Controllers
- Providers
- Model
- JsonMapper
- Middlewares
- Pipes
- Interceptors
- Authentication
- Hooks
- Exceptions
- Hooks
- Response Filter
- Injection scopes
- Custom providers
- Custom endpoint decorator
- Testing