There are three types of icon url formats can be used:
./icon.png
C:\\Documents\\icon.png
https://github.com/icon.png
Example
function search(query, res) { res.add({ title: ..., desc: ..., icon: '#fa fa-youtube' }); }
Generated using TypeDoc
Icon URL Format
There are three types of icon url formats can be used:
./icon.pngC:\\Documents\\icon.pnghttps://github.com/icon.pngExample
function search(query, res) { res.add({ title: ..., desc: ..., icon: '#fa fa-youtube' }); }