Class SnapshotCommandLogCommandSettings
Replays the layer snapshot and returns canvas log.
public sealed class SnapshotCommandLogCommandSettings : ICommand
- Inheritance
-
SnapshotCommandLogCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SnapshotId
The id of the layer snapshot.
[JsonPropertyName("snapshotId")]
public string SnapshotId { get; set; }