formiojs
Version:
Common js library for client side interaction with <form.io>
35 lines (34 loc) • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'input': true,
'tree': true,
'components': [{
type: 'editgrid',
label: 'Edit Grid',
key: 'children',
input: true,
components: [{
type: 'textfield',
key: 'name',
label: 'Name',
input: true
}]
}],
'tableView': true,
'label': 'User',
'key': 'user',
'protected': false,
'persistent': true,
'type': 'container',
'tags': [],
'conditional': {
'show': '',
'when': null,
'eq': ''
}
};
exports.default = _default;