NodeHighlightRequestedParameter

@Serializable
data class NodeHighlightRequestedParameter(val nodeId: Int)

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

Constructors

Link copied to clipboard
constructor(nodeId: Int)

Properties

Link copied to clipboard
val nodeId: Int