hrw-certificate-editor
Version:
Design Editor Tools with React.js + ant.design + fabric.js
34 lines • 809 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
keyTemplate: {
type: 'template',
icon: '',
label: 'KeyTemplate',
},
operation: {
type: 'select',
icon: '',
label: 'Operation',
items: [
{
label: 'INCREMENT',
value: 'INCREMENT',
},
{
label: 'DECREMENT',
value: 'DECREMENT',
},
{
label: 'RESET',
value: 'RESET',
},
],
},
valueTemplate: {
type: 'template',
icon: '',
label: 'ValueTemplate',
},
};
//# sourceMappingURL=CounterSetNodeConfiguration.js.map