Skip to main content

search-engines

Documentation / search/search-engines

searchEngines​

const searchEngines: any[];

Defined in: search/search-engines.js:13

A list of search engines which can be used to search selected text. Each item in the list is an object with the following properties: Categories: AI Web Search, Shopping Sites, and Social Media

  • name: The name of the search engine.
  • url: The base search URL that should have the query appended.
  • icon: A URL or data URL of an SVG icon for the search engine. Prepend "data:image/png;base64,"