NDEx JavaScript Client API Reference - v0.6.0-alpha.5
Preparing search index...
CytoscapeNetworkSummary
Interface CytoscapeNetworkSummary
Cytoscape network summary response
interface
CytoscapeNetworkSummary
{
suid
?:
string
;
title
?:
string
;
name
?:
string
;
nodeCount
?:
number
;
edgeCount
?:
number
;
selected
?:
boolean
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
suid?
title?
name?
node
Count?
edge
Count?
selected?
Properties
Optional
suid
suid
?:
string
Optional
title
title
?:
string
Optional
name
name
?:
string
Optional
node
Count
nodeCount
?:
number
Optional
edge
Count
edgeCount
?:
number
Optional
selected
selected
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
suid
title
name
node
Count
edge
Count
selected
NDEx JavaScript Client API Reference - v0.6.0-alpha.5
Loading...
Cytoscape network summary response