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

GetCurrentTimeRequest

data class GetCurrentTimeRequest

Request object containing input parameters for the AnimationDomain.getCurrentTime command.

Constructors

<init>

Request object containing input parameters for the AnimationDomain.getCurrentTime command.

GetCurrentTimeRequest(id: String)

Properties

id

Id of animation.

val id: String