chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / GlobalLexicalScopeNamesRequest

GlobalLexicalScopeNamesRequest

data class GlobalLexicalScopeNamesRequest

Request object containing input parameters for the RuntimeDomain.globalLexicalScopeNames command.

Constructors

<init>

Request object containing input parameters for the RuntimeDomain.globalLexicalScopeNames command.

GlobalLexicalScopeNamesRequest(executionContextId: ExecutionContextId? = null)

Properties

executionContextId

Specifies in which execution context to lookup global scope variables.

val executionContextId: ExecutionContextId?