Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function DecisionProperties(eventBus, sheet, tableName) {
BaseModule.call(this, eventBus, sheet, tableName);
this.node = domify(
'<header><h3>' +
this.tableName +
'</h3><div class="tjs-table-id mappings"></div></header>