OpenDevToolsOptions

external interface OpenDevToolsOptions(source)

Properties

Link copied to clipboard
abstract var activate: Boolean?

Whether to bring the opened devtools window to the foreground. The default is true.

Link copied to clipboard

Opens the devtools with specified dock state, can be left, right, bottom, undocked, detach. Defaults to last used dock state. In undocked mode it's possible to dock back. In detach mode it's not.

Link copied to clipboard
abstract var title: String?

A title for the DevTools window (only in undocked or detach mode).