Class GetPlaybackRateCommandResponse
Response for Gets the playback rate of the document timeline.
public sealed class GetPlaybackRateCommandResponse : ICommandResponse<GetPlaybackRateCommandSettings>, ICommandResponse
- Inheritance
-
GetPlaybackRateCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
PlaybackRate
Playback rate for animations on page.
[JsonPropertyName("playbackRate")]
public double PlaybackRate { get; set; }