Skip to content
lonm edited this page Oct 19, 2019 · 1 revision

The vivaldi.test namespace contains functionality related to XYZ.

This doesn't exist but I'm including it as a boilerplate to test the wiki.

vivaldi.autoUpdate.checkForUpdates()

Checks for new updates to vivaldi.

Type Argument Notes
boolean withUi Should the updater UI show?

Returns: nothing

[Enum] vivaldi.devtoolsPrivate.PanelType

These are the potential states the dev tools can be in

Value Notes
CONSOLE The console is active
INSPECT The inspector is active
DEFAULT Any other part of dev tools is active

[Listener] vivaldi.devtoolsPrivate.onDockingStateChanged

This event fires whenever the devtools docking state changes.

Event call arguments:

Type Argument Notes
number tab The tab dev tools are attached to
string location 'bottom' | 'left' | 'right' | 'undocked'

Notes Be careful of the location argument - it doesn't have an associated enum. It's just a string.

Clone this wiki locally