-
Notifications
You must be signed in to change notification settings - Fork 3
Badge
andy.rothwell edited this page Aug 26, 2019
·
4 revisions
Example:
{
type: 'badge',
slots: {
title: 'Base District',
titleBackground: '#58c04d',
value: function(state) {
return state.geocode.data.properties.zoning;
},
description: function(state) {
var code = state.geocode.data.properties.zoning;
return ZONING_CODE_MAP[code];
},
}
}