EdgeData {SMRUCC.genomics.Visualize.Cytoscape.CytoscapeGraphView.Cyjs} .NET clr documentation

EdgeData

Description

Declare

            
# namespace SMRUCC.genomics.Visualize.Cytoscape.CytoscapeGraphView.Cyjs
export class EdgeData extends Data {
   __Annotations: string;
   attributes: list;
   Confidence: double;
   DynamicsSlot: string;
   EdgeBetweenness: Nullable`1;
   id: string;
   interaction: string;
   name: string;
   selected: Nullable`1;
   SelfLoop: Nullable`1;
   shared_interaction: string;
   shared_name: string;
   source: string;
   SUID: string;
   target: string;
}

        

.NET clr type reference tree

  1. this class extends from Data class: Data
  2. use by property member attributes: list
  3. use by property member EdgeBetweenness: Nullable`1
  4. use by property member selected: Nullable`1
  5. use by property member SelfLoop: Nullable`1

[Package {$package} version {$version} Index]