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

    Properties

    Properties

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