Nuclos web client addon: layout addon, GUI component, LAYOUT_CONTEXT, getAddonProperty, addon-api, Angular, modularity.

globe with meridians Language: Deutsch · English

light bulb Addon

Extend the web client with addons – layout components, dashboard, background functions and the addon API.

Auf dieser Seite

With addons, the web client can be extended with (project-specific) functions that should not become part of the Nuclos core.

Advantages

Use cases

Accessing the context

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');

The development environment for addons is described in JS web client development environment (package @nuclos/nuclos-addon-api).

Related pages

gear JS web client development environment


Environment.

Öffnen →