-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This method must retrieve from a const map the method/function to call for each widgets/listeners and tell the widget entrypoint to be called.
That must respond something like this :
{
"widgets": [
"root",
"home"
],
"listeners": [
"onEnvStart",
"onUserFirstJoin",
"onSessionStart"
],
"rootWidget": "root"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request