chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.page
/
FileFilter
File
Filter
@
Serializable
data
class
FileFilter
(
val
name
:
String
?
=
null
,
val
accepts
:
List
<
String
>
?
=
null
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
File
Filter
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
accepts
:
List
<
String
>
?
=
null
)
Properties
accepts
Link copied to clipboard
val
accepts
:
List
<
String
>
?
(undocumented in the protocol definition)
name
Link copied to clipboard
val
name
:
String
?
(undocumented in the protocol definition)