is Method
IS-A check. Returns true if this class is, or derives from, other (transitively, including mixins).
Accepts a SchemaView.Class or a qualified name string ("SchemaName:ClassName").
is(classOrName: string | SchemaView.Class): boolean
| Parameter | Type | Description |
|---|---|---|
| classOrName | string | SchemaView.Class |
Returns - boolean
Defined in
- ecschema-metadata/src/SchemaView.ts Line 579
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.