Classes
Components
Modules
Scrollbar
Component defined in packages/scrollbar/Scrollbar.js#30 inherits from
A rich scrollbar implementation that supports highlights. Usually instantiated by ScrollPane, so you will likely not create it yourself.
Props
scrollPane | ScrollPane | scroll pane the scrollbar operates on |
highlights | object | hightlights grouped by scope |
Example
$$(Scrollbar, {
scrollPane: this,
highlights: {
'bib-items': ['bib-item-citation-1', 'bib-item-citation-2']
}
}).ref('scrollbar')