Method
findElementsOfType(_:)
Find all elements of a given type using the execution engine.
@MainActor func findElementsOfType(_ typeName: String) async throws -> [any EObject]
Parameters
typeName-
Type name to search for
Return Value
Array of matching elements