-
Notifications
You must be signed in to change notification settings - Fork 3
List
andy.rothwell edited this page Jul 20, 2018
·
3 revisions
Example:
{
type: 'list',
slots: {
relatedAddresses: function(state) {
if (state.geocode.related.length > 0) {
return state.geocode.related;
} else {
return false;
}
}
}
}