Class ResolveAnimationCommandSettings
Gets the remote object of the Animation.
public sealed class ResolveAnimationCommandSettings : ICommand
- Inheritance
-
ResolveAnimationCommandSettings
- Implements
- Inherited Members
Properties
AnimationId
Animation id.
[JsonPropertyName("animationId")]
public string AnimationId { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }