ConsoleAPICalledType

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

  • the parameter 'type' of the event 'Runtime.consoleAPICalled'

Official doc

Entries

Link copied to clipboard
@SerialName(value = "log")
log
Link copied to clipboard
@SerialName(value = "debug")
debug
Link copied to clipboard
@SerialName(value = "info")
info
Link copied to clipboard
@SerialName(value = "error")
error
Link copied to clipboard
@SerialName(value = "warning")
warning
Link copied to clipboard
@SerialName(value = "dir")
dir
Link copied to clipboard
@SerialName(value = "dirxml")
dirxml
Link copied to clipboard
@SerialName(value = "table")
table
Link copied to clipboard
@SerialName(value = "trace")
trace
Link copied to clipboard
@SerialName(value = "clear")
clear
Link copied to clipboard
@SerialName(value = "startGroup")
startGroup
Link copied to clipboard
@SerialName(value = "startGroupCollapsed")
startGroupCollapsed
Link copied to clipboard
@SerialName(value = "endGroup")
endGroup
Link copied to clipboard
@SerialName(value = "assert")
assert
Link copied to clipboard
@SerialName(value = "profile")
profile
Link copied to clipboard
@SerialName(value = "profileEnd")
profileEnd
Link copied to clipboard
@SerialName(value = "count")
count
Link copied to clipboard
@SerialName(value = "timeEnd")
timeEnd

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.