SmartList class
Provides access to the usage of the Smartlist functionality in GeoApps
Signature:export declare class SmartList
Example
An example of the usage:
geoapps.Initialize("<tenantUrl>");
// Initialize the smart list
const smartlist = geoapps.AddSmartList("<smartlistId>");
// Perform a query on the data
smartlist.Query().then((data) => {
console.log(data);
});
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(httpClient, id) | Constructs a new instance of the Smartsearch. |
Methods
| Method | Modifiers | Description |
|---|---|---|
| Query(options) | Request the autocomplete for the search |