TextCase
@tsed/schema-formio
Usage
typescript
import { TextCase } from "@tsed/schema-formio";See /packages/third-parties/schema-formio/src/decorators/textCase.ts.
Overview
ts
function TextCase(textCase: "uppercase" | "lowercase"): PropertyDecorator;Description
Force the output of this field to be sanitized in a specific format.