SVGnet API Documentation - v0.4.1
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
SVGnet API Documentation - v0.4.1
Loading...
Data-related events