-
Notifications
You must be signed in to change notification settings - Fork 3
Fields
stevetotheizz0 edited this page Nov 1, 2018
·
2 revisions
Example:
slots: {
fields: [
{
label: 'Water at this address drains into:',
value: function(state) {
return '<a href="http://www.phillywatersheds.org/your_watershed/find_your_watershed" \
target ="_blank">'+ state.sources.watersheds.data[0].properties.WATERSHED_NAME +'</a>'
}
},
],
}