Class InspectPanelShowRequestedEventArgs
Fired when user asks to show the Inspect panel.
public sealed class InspectPanelShowRequestedEventArgs : EventArgs
- Inheritance
-
InspectPanelShowRequestedEventArgs
- Inherited Members
Properties
BackendNodeId
Id of the node to show in the panel.
[JsonPropertyName("backendNodeId")]
public long BackendNodeId { get; set; }