Language: Deutsch · English
Extend the web client with addons – layout components, dashboard, background functions and the addon API.
KONZEPT DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
With addons, the web client can be extended with (project-specific) functions that should not become part of the Nuclos core.
Via a defined API, addons access data and functions of the web client, e.g. the layout context:
@Inject(LAYOUT_CONTEXT) private layoutContext: LayoutContext;
// ...
this.layoutContext.getAddonProperty('someProperty');Development
The development environment for addons is described in JS web client development environment (package @nuclos/nuclos-addon-api).