interface MoveLineInterface {
    id: string;
    line: Line<RcsbFvTrackDataElementInterface>;
    points: RcsbFvTrackDataElementInterface[];
    trackG: Selection<SVGGElement, any, null, undefined>;
}

Properties

Properties

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