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