ConsoleAPICalledEventDataType

@native @JSType trait ConsoleAPICalledEventDataType extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var `type`: String

Type of the call.

Type of the call.

var args: Array[RemoteObject]

Call arguments.

Call arguments.

var context: UndefOr[String]

Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.

Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.

Identifier of the context where the call was made.

Identifier of the context where the call was made.

var stackTrace: UndefOr[StackTrace]

Stack trace captured when the call was made.

Stack trace captured when the call was made.

Call timestamp.

Call timestamp.