Class SetShowScrollBottleneckRectsCommandSettings
Requests that backend shows scroll bottleneck rects
public sealed class SetShowScrollBottleneckRectsCommandSettings : ICommand
- Inheritance
-
SetShowScrollBottleneckRectsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Show
True for showing scroll bottleneck rects
[JsonPropertyName("show")]
public bool Show { get; set; }