SVG Graph Network API Documentation - v0.2.0
GitHub
NPM
Preparing search index...
ViewEvent
Interface ViewEvent
View-related events
interface
ViewEvent
{
timestamp
?:
number
;
type
:
"zoom"
|
"pan"
|
"reset"
|
"resize"
;
transform
?:
TransformState
;
bounds
?:
Bounds
;
}
Hierarchy (
View Summary
)
BaseEvent
ViewEvent
Index
Properties
timestamp?
type
transform?
bounds?
Properties
Optional
timestamp
timestamp
?:
number
Event timestamp
type
type
:
"zoom"
|
"pan"
|
"reset"
|
"resize"
Event type identifier
Optional
transform
transform
?:
TransformState
Optional
bounds
bounds
?:
Bounds
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
timestamp
type
transform
bounds
Examples
Contributing
GitHub
NPM
SVG Graph Network API Documentation - v0.2.0
Loading...
View-related events