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
- this class extends from Data class: Data
- use by property member
attributes
: list
- use by property member
EdgeBetweenness
: Nullable`1
- use by property member
selected
: Nullable`1
- use by property member
SelfLoop
: Nullable`1
[Package
{$package} version {$version}
Index]