Hidden
@tsed/schema-formio
Usage
typescript
import { Hidden } from "@tsed/schema-formio";
See /packages/third-parties/schema-formio/src/types/decorators/hidden.ts.
Overview
ts
function Hidden(bool?: boolean): PropertyDecorator;
Description
Set hidden field.
A hidden field is still a part of the form, but is hidden from view.