Skip to content

Placeholder

@tsed/schema-formio

Usage

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

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

Overview

ts
function Placeholder(placeholder: string): PropertyDecorator;

Description

The placeholder text that will appear when this field is empty.

Released under the MIT License.