0

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?

General Grievance
  • 4,555
  • 31
  • 31
  • 45

1 Answers1

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