chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.layertree.events
/
LayerTreeEvent
Layer
Tree
Event
@
Serializable
sealed
class
LayerTreeEvent
Inheritors
LayerPainted
LayerTreeDidChange
Members
Types
Layer
Painted
Link copied to clipboard
@
Serializable
data
class
LayerPainted
(
val
layerId
:
LayerId
,
val
clip
:
Rect
)
:
LayerTreeEvent
(undocumented in the protocol definition)
Layer
Tree
Did
Change
Link copied to clipboard
@
Serializable
data
class
LayerTreeDidChange
(
val
layers
:
List
<
Layer
>
?
=
null
)
:
LayerTreeEvent
(undocumented in the protocol definition)