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