Skip to content

Prefix

@tsed/schema-formio

Usage

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

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

Overview

ts
function Prefix(prefix: string): PropertyDecorator;

Description

Add prefix word on the decorated field.

Released under the MIT License.