Skip to content

ErrorLabel

@tsed/schema-formio

Usage

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

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

Overview

ts
function ErrorLabel(message: string): PropertyDecorator;

Description

Set the error label when an error occur.

Released under the MIT License.