简体中文
外观
tsoa-next / tsoa-next / Path
function Path(name?): ParameterDecorator;
定义如下: packages/runtime/src/decorators/parameter.ts:40
从请求的 URL 中绑定路径参数。
string
路径参数名 。 默认参数名称。
ParameterDecorator