Class GetCurrentTimeCommandResponse
Response for Returns the current time of the an animation.
public sealed class GetCurrentTimeCommandResponse : ICommandResponse<GetCurrentTimeCommandSettings>, ICommandResponse
- Inheritance
-
GetCurrentTimeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CurrentTime
Current time of the page.
[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }