I use the plugin total.js
flow.
I would like to know if there is a function like FLOW.Reload()
to dynamically reload the components?
Asked
Active
Viewed 58 times
0

General Grievance
- 4,555
- 31
- 31
- 45

Maxence.sailly
- 11
- 2
1 Answers
0
Yes, Flow supports FLOW.reload()
method.
FLOW.reload([type], [callback]);
// +v6.0.0 Can reload a Flow
// @type {Number} 0 reloads only designer + variables (default), 1 reloads components + designer + variables
// @callback {Function} A callback

Peter Sirka
- 748
- 5
- 10
-
Other way isn't possible. If my answer is not sufficient then I need to know what you need specifically, what is your case? – Peter Sirka Jul 26 '19 at 11:39