UNPKG

@tradle/models

Version:
30 lines (29 loc) 475 B
{ "id": "tradle.FormPrefill", "title": "Form Prefill", "type": "tradle.Model", "interfaces": [ "tradle.Item" ], "properties": { "prefill": { "type": "object", "ref": "tradle.Form", "inlined": true, "partial": true }, "draft": { "type": "object", "readOnly": true, "ref": "tradle.DraftApplication" } }, "viewCols": [ "draft", "prefill" ], "required": [ "draft", "prefill" ] }