chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.css
/
SelectorList
Selector
List
@
Serializable
data
class
SelectorList
(
val
selectors
:
List
<
Value
>
,
val
text
:
String
)
(
source
)
Selector list data.
Official doc
Members
Constructors
Selector
List
Link copied to clipboard
constructor
(
selectors
:
List
<
Value
>
,
text
:
String
)
Properties
selectors
Link copied to clipboard
val
selectors
:
List
<
Value
>
Selectors in the list.
text
Link copied to clipboard
val
text
:
String
Rule selector text.