Skip to content

Label

@tsed/schema-formio

Usage

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

See /packages/third-parties/schema-formio/src/types/decorators/label.ts.

Overview

ts
function Label(label: string): (...args: any[]) => any;

Description

Change the label field

Released under the MIT License.