@rcsb/rcsb-saguaro
    Preparing search index...
    interface HighlightRegionInterface {
        color?: string;
        elements: RcsbFvTrackDataElementInterface[];
        height: number;
        rectClass: string;
        trackG: Selection<SVGGElement, any, null, undefined>;
        xScale: RcsbScaleInterface;
    }
    Index

    Properties

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