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