-
Notifications
You must be signed in to change notification settings - Fork 0
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": ""
}
}
}