SchemaView.RelConstraint Class @beta
Lightweight view over a relationship constraint in a SchemaView.
Properties
| Name | Type | Description | |
|---|---|---|---|
| abstractConstraint Accessor ReadOnly | SchemaView.Class | undefined | ||
| constraintClasses Accessor ReadOnly | ReadonlyArray<SchemaView.Class> | ||
| multiplicityLower Accessor ReadOnly | number | Multiplicity lower bound (0 = unbounded). | |
| multiplicityUpper Accessor ReadOnly | number | Multiplicity upper bound (0 = unbounded). | |
| polymorphic Accessor ReadOnly | boolean | ||
| roleLabel Accessor ReadOnly | string | Role label string, or empty if not set. |
Defined in
- ecschema-metadata/src/SchemaView.ts Line 1130
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.