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
Discussion
Navigate to a property on an object.