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