Global board configuration
Method used to check data config properties
rxjs event based handler used to communicate events (click, highlight, move) between board tracks
DOM elemnt id where the board will be displayed
Method used to check and force the identification for each track
Flag indicating that the React component has been mounted
Configuration for each board track
Global selection shared among all tracks
Array storing board tracks ids
Global d3 Xscale object shaed among all board tracks
Checks track visibility attribute, if undefined it is set to true
Add selection to board
region/elements
Adds a new track to the board
Track configuration data
Adds new annotations for a particular board track
Id that identifies the track
Annotations to be added in the track
Changes track visibility (true/false)
Track visibility event data
Clear Selection
board configuration
Get board view range
Get selected board ranges
selection type
Returns all track Ids in the same order that are visualised in the board
Renders the board
Rerender the board track
Id that identifies the track
Loads the configuration of the board
Configuration of the board
Loads the configuration for each row of the board
Array of configurations for each row in the board
Change board view range
new xScale domain
Select board range
region/elements
Unmount the board
Method used to update board global and all-tracks configuration
New board configuration data
Replaces annotations a particular board track
Id that identifies the track
New annotations to be displayed
Generated using TypeDoc
Protein Feature Viewer entry point