UNPKG

@tsed/schema-formio

Version:

Transform Ts.ED Schema & JsonSchema to a valid Formio schema

14 lines (13 loc) 269 B
import { Component } from "./component.js"; /** * Open automatically the editgrid when the list is empty. * @decorator * @formio * @property * @schema */ export function OpenWhenEmpty(openWhenEmpty = true) { return Component({ openWhenEmpty }); }