resolveNode

open fun resolveNode(area: IArea?): INode?

Deprecated

use .resolveIn(INodeResolutionScope)

Replace with

resolveIn(area!!)

Tries to find the referenced node in the given IArea.

Return

the node, or null if the node could not be found

Parameters

area

area to be searched in