can detail emit a detailClosed ?
-
i'm trying to fire a function upon
detailclosing and was hoping i could access something similar to picker when closing ie:
picker.on('pickerClosed', () => {});
any help with the best approach most appreciated! or how i can get a look at all functions available -
W.broadcast.on("pluginClosed",e => {if (e=="detail") do_your_thing })look at W.broadcast in console for all events you can subscribe to.
-
@rittels thanks! that worked
Windy Community | Powered by excellent
NodeBB