SearchResult

This is the model behind the search result for the searchpane widget. This search pane is typically used when integrating an external content source via a pluggable toolbar plugin.

Example
define([
  "blueconic/api/data/domain/SearchResult"
], function(SearchResult) {
  var searchResult = new SearchResult();
  // ...
});

Properties

description String

The description of the search result.

id String

Unique id of the search result.

name String

The readable name of the search result.

thumbnail String

The thumbnail URL of the search result.