Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Delete

Type of Delete metadata

see

MethodDecorator

example

@Controller()
export class TestController {
  @Delete('/')
  index() {}
}

Hierarchy

Index

Properties

Properties

Abstract method

method: "all" | "get" | "post" | "put" | "delete" | "patch" | "options" | "head"

Abstract path

path: RegExp | string

Generated using TypeDoc