nextSteps
widgets
field on initialSetup{
"...": "...",
"widgets": [
{"id": "nextSteps"},
{"...": "..."}
]
}
nextSteps_getData
{content: null}
or {content: Array<{id: string}>}
null
to represent when there's nothing to show (instead of an empty array.){
"content": [
{ "id": "bringStuff" },
{ "id": "defaultApp" }
]
}
or:
{
"content": null
}
nextSteps_getConfig
nextSteps_onDataUpdate
null
to represent when there's nothing to show (instead of an empty array.)nextSteps_onConfigUpdate
nextSteps_action
{
"id": "defaultApp"
}
nextSteps_dismiss
{
"id": "defaultApp"
}
nextSteps_setConfig
{
"expansion": "collapsed"
}