Skip to content

Manuals/Dashboard Creator/Library Manager

Library Manager: Create and share complex nodes

Library Manager allows you to create reusable nodes across different projects, and even publish them to share with the community. Often, these will be interface nodes enabling the implementation of specific communication protocols. The concept can also be used to import functionalities available in external dependencies.

The general principles

Library nodes reuse the concept of 'inline nodes':

  • input and output ports can be added without limitation,

  • the core of the node corresponds to editable JavaScript code.

The main evolution therefore lies in the management and sharing of these nodes.

Back to top