GetCurrentTimeResponse

@Serializable
data class GetCurrentTimeResponse(val currentTime: Double)

Response type for the AnimationDomain.getCurrentTime command.

Constructors

Link copied to clipboard
constructor(currentTime: Double)

Properties

Link copied to clipboard

Current time of the page.