|
@@ -163,18 +163,18 @@ export const tasks = {
|
|
repeatFor: 1,
|
|
repeatFor: 1,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
- 'reload-page': {
|
|
|
|
- name: 'Reload page',
|
|
|
|
- icon: 'riRestartLine',
|
|
|
|
- component: 'BlockBasic',
|
|
|
|
- category: 'interaction',
|
|
|
|
- inputs: 1,
|
|
|
|
- outputs: 1,
|
|
|
|
- allowedInputs: true,
|
|
|
|
- maxConnection: 1,
|
|
|
|
- disableEdit: true,
|
|
|
|
- data: {},
|
|
|
|
- },
|
|
|
|
|
|
+ // 'reload-page': {
|
|
|
|
+ // name: 'Reload page',
|
|
|
|
+ // icon: 'riRestartLine',
|
|
|
|
+ // component: 'BlockBasic',
|
|
|
|
+ // category: 'interaction',
|
|
|
|
+ // inputs: 1,
|
|
|
|
+ // outputs: 1,
|
|
|
|
+ // allowedInputs: true,
|
|
|
|
+ // maxConnection: 1,
|
|
|
|
+ // disableEdit: true,
|
|
|
|
+ // data: {},
|
|
|
|
+ // },
|
|
'trigger-event': {
|
|
'trigger-event': {
|
|
name: 'Trigger event',
|
|
name: 'Trigger event',
|
|
icon: 'riLightbulbFlashLine',
|
|
icon: 'riLightbulbFlashLine',
|
|
@@ -251,6 +251,6 @@ export const eventList = [
|
|
{ id: 'keydown', name: 'Keydown', type: 'keyboard-event' },
|
|
{ id: 'keydown', name: 'Keydown', type: 'keyboard-event' },
|
|
{ id: 'keyup', name: 'Keyup', type: 'keyboard-event' },
|
|
{ id: 'keyup', name: 'Keyup', type: 'keyboard-event' },
|
|
{ id: 'keypress', name: 'Keypress', type: 'keyboard-event' },
|
|
{ id: 'keypress', name: 'Keypress', type: 'keyboard-event' },
|
|
- { id: 'wheel', name: 'Wheel', type: 'wheel-event' },
|
|
|
|
{ id: 'submit', name: 'Submit', type: 'submit-event' },
|
|
{ id: 'submit', name: 'Submit', type: 'submit-event' },
|
|
|
|
+ { id: 'wheel', name: 'Wheel', type: 'wheel-event' },
|
|
];
|
|
];
|