ViewRange

interface ViewRange

This describes a range in semantic coordinates (e.g. base pairs). This will typically describe the current rendered view in a Chart.

Properties

end

end: number

The semantic end of the view.

start

start: number

The semantic start of the view.

width

width: number

The semantic width of the view.