formiojs
Version:
Common js library for client side interaction with <form.io>
30 lines (29 loc) • 563 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
'label': 'Tree',
'tableView': false,
'key': 'tree',
'type': 'tree',
'input': true,
'tree': true,
'components': [{
'label': 'Tree',
'tableView': false,
'key': 'tree1',
'type': 'tree',
'input': true,
'tree': true,
'components': [{
'label': 'Text Field',
'tableView': true,
'key': 'textField',
'type': 'textfield',
'input': true
}]
}]
};
exports.default = _default;