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