Skip to content
hupikus edited this page Jan 11, 2026 · 1 revision

Understanding node structure

Node in CLIsma is a container for a behaviour. This behaviour could appear as a usual application, desktop dock, context menu and similar. What node is, depends on what modules are on or off.

Node module is a class that implements all event methods of node (inherits Module).

Clone this wiki locally