Class SetShowGridOverlaysCommandSettings
Highlight multiple elements with the CSS Grid overlay.
public sealed class SetShowGridOverlaysCommandSettings : ICommand
- Inheritance
-
SetShowGridOverlaysCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
GridNodeHighlightConfigs
An array of node identifiers and descriptors for the highlight appearance.
[JsonPropertyName("gridNodeHighlightConfigs")]
public GridNodeHighlightConfig[] GridNodeHighlightConfigs { get; set; }