chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.layertree
/
MakeSnapshotResponse
Make
Snapshot
Response
@
Serializable
data
class
MakeSnapshotResponse
(
val
snapshotId
:
SnapshotId
)
(
source
)
Response type for the
LayerTreeDomain.makeSnapshot
command.
Members
Constructors
Make
Snapshot
Response
Link copied to clipboard
constructor
(
snapshotId
:
SnapshotId
)
Properties
snapshot
Id
Link copied to clipboard
val
snapshotId
:
SnapshotId
The id of the layer snapshot.