UNPKG

@tsed/schema-formio

Version:

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

14 lines (13 loc) 255 B
import { Component } from "./component.js"; /** * Opens up a modal to edit the value of this component. * @decorator * @formio * @property * @schema */ export function ModalEdit(modalEdit = true) { return Component({ modalEdit }); }