تخطي إلى المحتوى

tsoa-next / @tsoa-next/runtime / StringValidator

Interface: StringValidator

محددة في: packages/runtime/src/routeGeneration/templateHelpers.ts:1334

قواعد التحقق الصارمة المدعومة بالبيانات الفوقية للطريق السريع.

الممتلكات

isString?

ts
optional isString?: object;

محددة في: packages/runtime/src/routeGeneration/templateHelpers.ts:1335

errorMsg?

ts
optional errorMsg?: string;

maxLength?

ts
optional maxLength?: object;

محددة في: packages/runtime/src/routeGeneration/templateHelpers.ts:1337

errorMsg?

ts
optional errorMsg?: string;

value

ts
value: number;

minLength?

ts
optional minLength?: object;

محددة في: packages/runtime/src/routeGeneration/templateHelpers.ts:1336

errorMsg?

ts
optional errorMsg?: string;

value

ts
value: number;

pattern?

ts
optional pattern?: object;

محددة في: packages/runtime/src/routeGeneration/templateHelpers.ts:1338

errorMsg?

ts
optional errorMsg?: string;

value

ts
value: string;

title?

ts
optional title?: object;

محددة في: packages/runtime/src/routeGeneration/templateHelpers.ts:1339

errorMsg?

ts
optional errorMsg?: string;

value

ts
value: string;

Contributors

No contributors

Changelog

No recent changes

توليد OpenAPI وتوليد المسارات والتحقق وقت التشغيل مع اعتماد TypeScript أولاً.