Skip to content
andy.rothwell edited this page Aug 28, 2018 · 3 revisions

List

Example:

{
  type: 'list',
  slots: {
    relatedAddresses: function(state) {
      if (state.geocode.related.length > 0) {
        return state.geocode.related;
      } else {
        return false;
      }
    }
  }
}
Clone this wiki locally