For the complete documentation index, see llms.txt. This page is also available as Markdown.

getAppState

API -

return function()
    local app = getApp();
    local state = app.getAppState();
    
    log('the current appState is: ' .. state);
end

Last updated