ConceptChanged

data class ConceptChanged(val node: INodeJS) : ChangeJS

Represents the change of the concept of a node.

Constructors

Link copied to clipboard
constructor(node: INodeJS)

Properties

Link copied to clipboard
open override val node: INodeJS

The node on which the change occurred.