Introduction
Most of the model API is accessible from this single global object. This includes functions to create nodes, access the nodes, show notifications, and much more.
Example:
flux.print("Hello world!");
flux.createOutputNode();
Was this page helpful?