findEnumeration Method
Find an enumeration by qualified name ("SchemaName:EnumName" or "SchemaName.EnumName"). The namespace part matches schema name first, then alias. Case-insensitive.
findEnumeration(qualifiedName: string): SchemaView.Enumeration | undefined
| Parameter | Type | Description |
|---|---|---|
| qualifiedName | string |
Returns - SchemaView.Enumeration | undefined
Defined in
- ecschema-metadata/src/SchemaView.ts Line 144
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.