self:is_devtools_visible
Client
Retrieves whether the developer tools panel is currently open
Syntax
local result = self:is_devtools_visible()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | result | true if devtools is open, false otherwise |
Examples
local entity = core.webview.create()
core.engine.print("info", "Devtools open:", entity:is_devtools_visible())