CustomConditional
@tsed/schema-formio
Usage
typescript
import { CustomConditional } from "@tsed/schema-formio";See /packages/third-parties/schema-formio/src/decorators/customConditional.ts.
Overview
ts
function CustomConditional(customConditional: string | ((ctx: CustomConditionalCtx) => any)): PropertyDecorator;Description
Adds custom conditional rule to display or not the input form.