PropertyChanged

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

Represents a changed property value.

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 property.