Skip to content
andy.rothwell edited this page Jul 20, 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