@rcsb/rcsb-saguaro
    Preparing search index...
    interface PlotAreaInterface {
        area: Area<RcsbFvTrackDataElementInterface>;
        color: string;
        id: string;
        mouseclick: (event: MouseEvent) => void;
        opacity?: number;
        points: RcsbFvTrackDataElementInterface[];
        trackG: Selection<SVGGElement, any, null, undefined>;
    }
    Index

    Properties

    color: string
    id: string
    mouseclick: (event: MouseEvent) => void
    opacity?: number
    trackG: Selection<SVGGElement, any, null, undefined>