Console A P I Called Event
data class ConsoleAPICalledEvent(type: String, args: List<RemoteObject>, executionContextId: ExecutionContextId, timestamp: Timestamp, stackTrace: StackTrace?, context: String?) : Event
Content copied to clipboard
Issued when console API was called.
Constructors
ConsoleAPICalledEvent
Link copied to clipboard
fun ConsoleAPICalledEvent(type: String, args: List<RemoteObject>, executionContextId: ExecutionContextId, timestamp: Timestamp, stackTrace: StackTrace? = null, context: String? = null)
Content copied to clipboard
Functions
Properties
args
Link copied to clipboard
executionContextId
Link copied to clipboard
stackTrace
Link copied to clipboard
Sources
jvm source
Link copied to clipboard