What is the meaning of ‘local’ in Bloodhound typeahead.js

var findState=new Bloodhound({

datumTokenizer: Bloodhound.tokenizers.whitespace,
queryTokenizer: Bloodhound.tokenizers.whitespace,
local:''

})

so here what is the use of local and what it does?