Skip to content

OpenWhenEmpty

@tsed/schema-formio

Usage

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

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

Overview

ts
function OpenWhenEmpty(openWhenEmpty?: boolean): PropertyDecorator;

Description

Open automatically the editgrid when the list is empty.

Released under the MIT License.