Class IsolatedElementHighlightConfig
public sealed record IsolatedElementHighlightConfig : IEquatable<IsolatedElementHighlightConfig>
- Inheritance
-
IsolatedElementHighlightConfig
- Implements
- Inherited Members
Constructors
IsolatedElementHighlightConfig(IsolationModeHighlightConfig, NodeId)
public IsolatedElementHighlightConfig(IsolationModeHighlightConfig IsolationModeHighlightConfig, NodeId NodeId)
Parameters
IsolationModeHighlightConfigIsolationModeHighlightConfigA descriptor for the highlight appearance of an element in isolation mode.
NodeIdNodeIdIdentifier of the isolated element to highlight.
Properties
IsolationModeHighlightConfig
A descriptor for the highlight appearance of an element in isolation mode.
public IsolationModeHighlightConfig IsolationModeHighlightConfig { get; init; }
Property Value
NodeId
Identifier of the isolated element to highlight.
public NodeId NodeId { get; init; }