Complete workspace context bundle injected into the report at setup time.
Delivered as ReportSetup.settings in the promise resolved by lx.init().
baseUrl — base URL of the LeanIX workspace (e.g. https://app.leanix.net/acme);
use to build Fact Sheet deep-links: `${baseUrl}/factsheet/Application/${id}`
viewModel — workspace-configured colors, icons, and section layouts per Fact Sheet type;
consume via lx.getFactSheetFieldMetaData() rather than accessing directly
dataModel — workspace-specific field, relation, and subtype definitions;
consume via lx.dataModelHelpers rather than accessing directly
tagModel — all tag groups and their tags defined in the workspace
factSheetPermissions — CRUD/archive permissions for the current user per Fact Sheet type
translations — all workspace translations; use via lx.translate*() methods
currency — workspace currency used by lx.formatCurrency()
currentUser — identity of the user viewing the report
language — active UI language code (e.g. 'en', 'de')
workspace — workspace identity (id, name)
page — context in which the report is rendered (report, widget, or dashboard page)
mtmWorkspaceSettings — MTM-level settings such as fiscal year configuration
manyToManyRelationsConfig — optional many-to-many relation configuration per Fact Sheet type
Complete workspace context bundle injected into the report at setup time. Delivered as
ReportSetup.settingsin the promise resolved bylx.init().baseUrl— base URL of the LeanIX workspace (e.g.https://app.leanix.net/acme); use to build Fact Sheet deep-links:`${baseUrl}/factsheet/Application/${id}`environment— runtime environment descriptor (prod,dev,test)viewModel— workspace-configured colors, icons, and section layouts per Fact Sheet type; consume vialx.getFactSheetFieldMetaData()rather than accessing directlydataModel— workspace-specific field, relation, and subtype definitions; consume vialx.dataModelHelpersrather than accessing directlytagModel— all tag groups and their tags defined in the workspacefactSheetPermissions— CRUD/archive permissions for the current user per Fact Sheet typetranslations— all workspace translations; use vialx.translate*()methodscurrency— workspace currency used bylx.formatCurrency()currentUser— identity of the user viewing the reportlanguage— active UI language code (e.g.'en','de')workspace— workspace identity (id,name)page— context in which the report is rendered (report, widget, or dashboard page)mtmWorkspaceSettings— MTM-level settings such as fiscal year configurationmanyToManyRelationsConfig— optional many-to-many relation configuration per Fact Sheet typeSee
AI Agent Development Guide (View Model Colors + Using the Data Model)