简体   繁体   中英

how to charge components dynamically?

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM