formiojs
Version:
Common js library for client side interaction with <form.io>
20 lines (19 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
key: 'form1',
input: false,
tableView: true,
src: 'https://remote.form.io/testproject/example',
type: 'form',
tags: [],
conditional: {
show: '',
when: null,
eq: ''
}
};
exports.default = _default;