toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.animation
/
GetCurrentTimeResponse
Get
Current
Time
Response
@
Serializable
data
class
GetCurrentTimeResponse
(
val
currentTime
:
Double
)
Response type for the
AnimationDomain.getCurrentTime
command.
Members
Constructors
Get
Current
Time
Response
Link copied to clipboard
constructor
(
currentTime
:
Double
)
Properties
current
Time
Link copied to clipboard
val
currentTime
:
Double
Current time of the page.