RelationshipMultiplicity Class @preview
Methods
| Name | Description | |
|---|---|---|
| equals(rhs: RelationshipMultiplicity): boolean | ||
| toString(): string | ||
| fromString(str: string): undefined | RelationshipMultiplicity Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| lowerLimit Readonly | number | ||
| oneMany Static Readonly | RelationshipMultiplicity | ||
| oneOne Static Readonly | RelationshipMultiplicity | ||
| upperLimit Readonly | number | ||
| zeroMany Static Readonly | RelationshipMultiplicity | ||
| zeroOne Static Readonly | RelationshipMultiplicity |
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.