Class SetShowInspectedElementAnchorCommandSettings
SetShowInspectedElementAnchor
public sealed class SetShowInspectedElementAnchorCommandSettings : ICommand
- Inheritance
-
SetShowInspectedElementAnchorCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
InspectedElementAnchorConfig
Node identifier for which to show an anchor for.
[JsonPropertyName("inspectedElementAnchorConfig")]
public InspectedElementAnchorConfig InspectedElementAnchorConfig { get; set; }