Flow: How to read a value from some Flow instance?
This blog post describes an approach on reading a value from an instance of Flow component in Total.js controller.

Flow: How to read a value from an instance of Flow component?
Total.js Flow is really great tool and this tutorial shows you how you can get an instance of component from Total.js Flow directly in a controller.
Follow these steps:
- create your own flow with
analytics
component - double-click on
analytics
component and type a reference tomystats
and press save (as the picture below)
Then create a controller controllers/default.js:
Where can I read all public methods from Flow components?
- Download Flow Components repository
- open each component to see all public methods (defined as
instance.custom.<method-name>
)
Another helpful FLOW methods
Other posts from Total.js Platform
- 2025-04-14Beekeeping - recording damage caused by a brown bear
- 2025-04-11j-Importer - Total.js
- 2025-04-10The Thurzo House Museum
- 2025-04-02March report 2025
- 2025-03-28j-DataGrid - Total.js UI component part 2
- 2025-03-20j-DataGrid - Total.js part 1
- 2025-03-13j-Directory - jComponent
- 2025-03-05j-Input UI component part 2
- 2025-03-01February report 2025
- 2025-02-03January report 2025