Method
findElement(_:)
Find an element by ID across all models.
@MainActor func findElement(_ id: EUUID) async -> (any EObject)?
Parameters
id-
Element ID to find
Return Value
Element if found
Method
Find an element by ID across all models.
@MainActor func findElement(_ id: EUUID) async -> (any EObject)?
idElement ID to find
Element if found