Class SnapshotCommandLogCommandResponse
Response for Replays the layer snapshot and returns canvas log.
public sealed class SnapshotCommandLogCommandResponse : ICommandResponse<SnapshotCommandLogCommandSettings>, ICommandResponse
- Inheritance
-
SnapshotCommandLogCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CommandLog
The array of canvas function calls.
[JsonPropertyName("commandLog")]
public object[] CommandLog { get; set; }
Property Value
- object[]