Class JBrowse.View.TrackList.Simple
Defined in: Simple.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Simple drag-and-drop track selector.
|
Method Attributes | Method Name and Description |
---|---|
hide()
Make the track selector invisible.
|
|
setTracksActive(trackConfigs)
Given an array of track configs, update the track list to show
that they are turned on.
|
|
setTracksInactive(trackConfigs)
Given an array of track configs, update the track list to show
that they are turned off.
|
|
show()
Make the track selector visible.
|
|
toggle()
Toggle visibility of this track selector.
|
Class Detail
JBrowse.View.TrackList.Simple(args)
Simple drag-and-drop track selector.
- Parameters:
- args
Method Detail
hide()
Make the track selector invisible.
This does nothing for the Simple track selector, since it is always visible.
setTracksActive(trackConfigs)
Given an array of track configs, update the track list to show
that they are turned on.
- Parameters:
- {Array[Object]} trackConfigs
setTracksInactive(trackConfigs)
Given an array of track configs, update the track list to show
that they are turned off.
- Parameters:
- {Array[Object]} trackConfigs
show()
Make the track selector visible.
This does nothing for the Simple track selector, since it is always visible.
toggle()
Toggle visibility of this track selector.
This does nothing for the Simple track selector, since it is always visible.