tsoa-next / tsoa-next / StringValidator
Interfaz: StringValidator
Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1334
Criar reglas de validación apoyadas por metadatos de ruta de tiempo de ejecución.
Propiedades
isString?
ts
optional isString?: object;Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1335
errorMsg?
ts
optional errorMsg?: string;maxLength?
ts
optional maxLength?: object;Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1337
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;minLength?
ts
optional minLength?: object;Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1336
errorMsg?
ts
optional errorMsg?: string;value
ts
value: number;pattern?
ts
optional pattern?: object;Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1338
errorMsg?
ts
optional errorMsg?: string;value
ts
value: string;title?
ts
optional title?: object;Definido en: packages/runtime/src/routeGeneration/templateHelpers.ts:1339
errorMsg?
ts
optional errorMsg?: string;value
ts
value: string;Contributors
No contributors
Changelog
No recent changes
