property of static class JsNgram
Description
Attributes set on the a tag of hyperlink.
Example
JsNgram.linkAttributes = { target: '_blank' };
Default value
{
target: '_blank',
type: 'text/plain; charset=utf-8'
}
Usage
Hash object of attribute name as key with its value. These attributes are set on the result html of search. Users may change this to customize the hyperlink attributes.