Use this method to return a value for dynamic settings marked as autocompletable, or visible in the typeahead autocomplete. This can be done in the App from the Settings > Dynamic tab.
client.autocompleterData();
The response will be an array with the data.
var autocompleterData = client.autocompleterData();