chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.animation / GetCurrentTimeResponse

GetCurrentTimeResponse

data class GetCurrentTimeResponse

Response type for the AnimationDomain.getCurrentTime command.

Constructors

<init>

Response type for the AnimationDomain.getCurrentTime command.

GetCurrentTimeResponse(currentTime: Double)

Properties

currentTime

Current time of the page.

val currentTime: Double