JSFiddle - React, Tailwind, and code Playground
JavaScript
var PO = {
name: 'PO',
typeInfos: [{
type: 'classInfo',
// Full name of this class info is PO.PurchaseOrderType
localName: 'PurchaseOrderType'
// ...
}
// ...
],
elementInfos: [ /*...*/ ]
};