exports('setLoadingScreenClosed') Sets the loadingScreenClosed flag to true. Use this to manually mark the loading screen as closed, useful for custom loading flows.
exports('setLoadingScreenClosed')
loadingScreenClosed
true
Usage:
exports['your-resource']:setLoadingScreenClosed()
Last updated 7 months ago