Guest User

Untitled

a guest
Oct 19th, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. action = {
  2.     type : "action",
  3.     connectionsMetadata : [ {
  4.         id : "next",
  5.         name : "next",
  6.         required : true,
  7.         maxConnections : 1,
  8.         connectionUiMetadata : {
  9.             showLabel : false
  10.         }
  11.     }],
  12.     uiMetadata : {
  13.         srcToolbarIcon : "images/actionIcon.png",
  14.         srcElement: "images/action.png",
  15.         toolTip : "Condition"
  16.     },
  17.     elementTranslatorScript : "editorMetadata/actionTranslator.js",
  18.     propertiesMetadata : {
  19.         properties: [ {
  20.             type: "input",
  21.             label: "Action",
  22.             property: "action"
  23.         } ]
  24.     }
  25. }
Add Comment
Please, Sign In to add comment