UNPKG

@tsed/schema-formio

Version:

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

15 lines (13 loc) 246 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 }); }