const UNIVERSAL_WORKSPACE_ID = "universalworkspaceid"; const WORKSPACE_COMPONENTS_NAME = "workspaceComponents"; function addVariableToMain({ id = null, variable = {name: "", type: "String", value: ""}, afterComponentWithId = null, }) { let html = ``; if (afterComponentWithId === null) { html += `