Skip to content

ShowWhen

@tsed/schema-formio

Usage

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

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

Overview

ts
function ShowWhen(property: string, eq: any): PropertyDecorator;

Description

Adds a conditional display rule on the input form.

Released under the MIT License.