Method
navigate(from:property:)
Navigate a property from a source object using the execution engine.
@MainActor func navigate(from object: (any EcoreValue)?, property: String) async throws -> (any EcoreValue)?
Parameters
object-
Source object
property-
Property name
Return Value
Navigation result, or nil if source is nil or not an EObject