Skip to content

State design

Aron Griffis edited this page Oct 24, 2016 · 1 revision

Notes from the whiteboard.

{
    "browseMenu": [
        {
            "title": "Music Library",
            "path": "...."
        }
    ],
    "browseMenuSelected": 0,
    "browser": {
        "menu": [...],
        "menuSelected": 0,
        "data": {
            "pagingInfo": ...,
            "items": [...]
        },
        "title": "Music Library",
        "presentationType": "album",
        "details": {
            "title": "",
            "artist": "",
            "albumArt": ""
        }
    }
}
Clone this wiki locally