chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.log
/
ViolationSetting
Violation
Setting
@
Serializable
data
class
ViolationSetting
(
val
name
:
ViolationSettingName
,
val
threshold
:
Double
)
(
source
)
Violation configuration setting.
Official doc
Members
Constructors
Violation
Setting
Link copied to clipboard
constructor
(
name
:
ViolationSettingName
,
threshold
:
Double
)
Properties
name
Link copied to clipboard
val
name
:
ViolationSettingName
Violation type.
threshold
Link copied to clipboard
val
threshold
:
Double
Time threshold to trigger upon.