Class SetKeyframeKeyCommandResponse
Response for Modifies the keyframe rule key text.
public sealed class SetKeyframeKeyCommandResponse : ICommandResponse<SetKeyframeKeyCommandSettings>, ICommandResponse
- Inheritance
-
SetKeyframeKeyCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
KeyText
The resulting key text after modification.
[JsonPropertyName("keyText")]
public Value KeyText { get; set; }