NodeHighlightRequested

@Serializable
data class NodeHighlightRequested(val nodeId: NodeId) : OverlayEvent

Fired when the node should be highlighted. This happens after call to setInspectMode.

Official doc

Constructors

Link copied to clipboard
constructor(nodeId: NodeId)

Properties

Link copied to clipboard

(undocumented in the protocol definition)