Class HighlightFrameCommandSettings
Highlights owner element of the frame with given id. Deprecated: Doesn't work reliably and cannot be fixed due to process separation (the owner node might be in a different process). Determine the owner node in the client and use highlightNode.
public sealed class HighlightFrameCommandSettings : ICommand
- Inheritance
-
HighlightFrameCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ContentColor
The content box highlight fill color (default: transparent).
[JsonPropertyName("contentColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ContentColor { get; set; }
Property Value
ContentOutlineColor
The content box highlight outline color (default: transparent).
[JsonPropertyName("contentOutlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ContentOutlineColor { get; set; }
Property Value
FrameId
Identifier of the frame to highlight.
[JsonPropertyName("frameId")]
public string FrameId { get; set; }