Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ resetCallback
Method
resetCallback
src/platforms/shared/ui/json/ui_manager.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
void executeUiUpdates(const fl::json &doc) FL_NOEXCEPT;
35
36
void resetCallback(Callback updateJs) FL_NOEXCEPT {
37
mUpdateJs = updateJs;
38
}
39
40
JsonUiInternalPtr findUiComponent(const char* id_or_name) FL_NOEXCEPT;
41
Callers
1
setJsonUiHandlers
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected