JSFiddle - React, Tailwind, and code Playground

by dshilkret

JavaScript

var view1 = "9e17fecfdb5c44509a6fabc5ca9619ec";//lib21
var view2 = "bc187ecfdb5c44509a6fabc5ca961903"; //lib22 

var eventArgs = {
 "topTableName" : "incident",
 "topTableItem" : "b79995f0db067b00bb8ee536ca961983",
 "isAsync" : true,
 "event" : "x_dtll2_contentint.SPtoSP_Copy",
 "sourceView": view1,
 "targetView": view2
};

console.log(eventArgs.topTableName);
console.log(eventArgs.topTableItem);
console.log(eventArgs.isAsync);
console.log(eventArgs.event);
console.log(eventArgs.sourceView);
console.log(eventArgs.targetView);
console.log("All args:" + JSON.stringify(eventArgs));