Constructor
new GoogleCSE()
Example
<GoogleCSE
cx="******"
hint="Placeholder text"
jsUrl="******" />
Members
(static) Cacheable
Cacheable Google custom search engine JSX component.
This class is supposed to be used in combination with the locals
hexo filter
(module:hexo/filter/locals).
Example
<GoogleCSE.Cacheable
search={{ cx: '******' }}
helper={{
__: function() {...},
url_for: function() {...}
}} />