chrome-devtools-kotlin
Toggle table of contents
7.0.0-1400418
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.log
/
ViolationSetting
Violation
Setting
@
Serializable
data
class
ViolationSetting
(
val
name
:
ViolationSettingName
,
val
threshold
:
Double
)
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.