Skip to content

TextCase

@tsed/schema-formio

Usage

typescript
import { TextCase } from "@tsed/schema-formio";

See /packages/third-parties/schema-formio/src/types/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.

Released under the MIT License.