higlass
Version:
HiGlass Hi-C / genomic / large data viewer
23 lines (22 loc) • 686 B
TypeScript
export const HorizontalRuleMixin: Function;
export default HorizontalRule;
declare class HorizontalRule {
constructor(context: any, options: any);
yPosition: any;
strokeWidth: number;
strokeOpacity: number;
dashLength: number;
dashGap: number;
mouseMoveHandler(mousePos: any): void;
highlighted: boolean | undefined;
draw(): void;
/**
* Export an SVG representation of this track
*
* @returns {Array} The two returned DOM nodes are both SVG
* elements [base,track]. Base is a parent which contains track as a
* child. Track is clipped with a clipping rectangle contained in base.
*
*/
exportSVG(): any[];
}