Skip to content

Create handle_manifest function #2

@shiipou

Description

@shiipou

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions