Skip to content

HideWhen

@tsed/schema-formio

Usage

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

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

Overview

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

Description

Adds a conditional display rule on the input form.

Released under the MIT License.