ReferenceChanged

data class ReferenceChanged(val node: INodeJS, val role: String) : ChangeJS

Represents a changed reference target.

Constructors

Link copied to clipboard
constructor(node: INodeJS, role: String)

Properties

Link copied to clipboard
open override val node: INodeJS

The node on which the change occurred.

Link copied to clipboard

Role of the changed reference.