UNPKG

@tsed/schema-formio

Version:

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

15 lines (13 loc) 243 B
import {Component} from "./component.js"; /** * Set the error label when an error occur. * @decorator * @formio * @property * @schema */ export function ErrorLabel(message: string) { return Component({ errorLabel: message }); }