Class SetShowLayoutShiftRegionsCommandSettings
Requests that backend shows layout shift regions
public sealed class SetShowLayoutShiftRegionsCommandSettings : ICommand
- Inheritance
-
SetShowLayoutShiftRegionsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Result
True for showing layout shift regions
[JsonPropertyName("result")]
public bool Result { get; set; }