We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example:
{ type: 'list', slots: { relatedAddresses: function(state) { if (state.geocode.related.length > 0) { return state.geocode.related; } else { return false; } } } }