SVG Graph Network API Documentation - v0.2.0
GitHub
NPM
Preparing search index...
DataEvent
Interface DataEvent
Data-related events
interface
DataEvent
{
timestamp
?:
number
;
type
:
"dataLoaded"
|
"dataCleared"
;
nodeCount
?:
number
;
linkCount
?:
number
;
}
Hierarchy (
View Summary
)
BaseEvent
DataEvent
Index
Properties
timestamp?
type
node
Count?
link
Count?
Properties
Optional
timestamp
timestamp
?:
number
Event timestamp
type
type
:
"dataLoaded"
|
"dataCleared"
Event type identifier
Optional
node
Count
nodeCount
?:
number
Optional
link
Count
linkCount
?:
number
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
type
node
Count
link
Count
Examples
Contributing
GitHub
NPM
SVG Graph Network API Documentation - v0.2.0
Loading...
Data-related events