@rcsb/rcsb-saguaro
    Preparing search index...
    interface MoveAreaInterface {
        area: Area<RcsbFvTrackDataElementInterface>;
        id: string;
        points: RcsbFvTrackDataElementInterface[];
        trackG: Selection<SVGGElement, any, null, undefined>;
    }
    Index

    Properties

    Properties

    id: string
    trackG: Selection<SVGGElement, any, null, undefined>