chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime.events / RuntimeEvent / BindingCalledEvent

BindingCalledEvent

data class BindingCalledEvent : RuntimeEvent

Constructors

<init>

BindingCalledEvent(name: String, payload: String, executionContextId: ExecutionContextId)

Properties

executionContextId

Identifier of the context where the call was made.

val executionContextId: ExecutionContextId

name

val name: String

payload

val payload: String