Skip to content
Snippets Groups Projects
Commit e32961ec authored by Ibrahim Roshan Kunnakkattu's avatar Ibrahim Roshan Kunnakkattu
Browse files

made structure to be a public property

parent 19ac5c31
No related branches found
No related tags found
1 merge request!5Refactored code for diplaying aggregated ligand interactions
......@@ -20,7 +20,7 @@ class Depiction {
private root: d3.Selection<SVGGElement, unknown, null, undefined>;
private highlight: d3.Selection<SVGGElement, unknown, null, undefined>;
public weight: d3.Selection<SVGGElement, unknown, null, undefined>;
private structure: d3.Selection<SVGGElement, unknown, null, undefined>;
public structure: d3.Selection<SVGGElement, unknown, null, undefined>;
constructor(parent: HTMLElement, root: any, data: any) {
this.root = root;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment