interface HighlightRegionInterface {
    color?: string;
    elements: RcsbFvTrackDataElementInterface[];
    height: number;
    rectClass: string;
    trackG: Selection<SVGGElement, any, null, undefined>;
    xScale: RcsbScaleInterface;
}

Properties

color?: string
height: number
rectClass: string
trackG: Selection<SVGGElement, any, null, undefined>
MMNEPVFCICPMFPCPTTAAATR