ConsoleAPICalledEventDataType

sealed external interface ConsoleAPICalledEventDataType(source)

Properties

Link copied to clipboard

Call arguments.

Link copied to clipboard
abstract var context: 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.

Link copied to clipboard

Identifier of the context where the call was made.

Link copied to clipboard
abstract var stackTrace: StackTrace?

Stack trace captured when the call was made.

Link copied to clipboard
abstract var timestamp: Timestamp

Call timestamp.

Link copied to clipboard
abstract var type: String

Type of the call.