NodeReferenceById

data class NodeReferenceById(val nodeId: String) : INodeReference

Constructors

Link copied to clipboard
constructor(nodeId: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun resolveNode(area: IArea?): INode?

Tries to find the referenced node in the given IArea.

Link copied to clipboard
open fun serialize(): String
Link copied to clipboard