declaringClass
GetterReadOnly
The class that declared or contributed this property through inheritance.
For own properties, returns the class itself. For inherited properties, returns the
base class or mixin that introduced it. Returns undefined for view properties.
This is the class array index, not the ec_Class.Id from the database.
declaringClass: SchemaView.Class | undefined
Returns - SchemaView.Class | undefined
Defined in
- ecschema-metadata/src/SchemaView.ts Line 717
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.