RELATION_KIND
Defined in: js-api/src/const.ts:145
How a property relates to its owner in the database (Property.relationKind).
Enumeration Members
| Enumeration Member | Value | Defined in |
|---|---|---|
BELONGS_TO | "BelongsTo" | js-api/src/const.ts:147 |
CALCULATED_FIELD | "CalculatedField" | js-api/src/const.ts:152 |
FIELD | "Field" | js-api/src/const.ts:146 |
INHERITS | "Inherits" | js-api/src/const.ts:153 |
OWNS | "Owns" | js-api/src/const.ts:149 |
USED_BY | "UsedBy" | js-api/src/const.ts:150 |
USES | "Uses" | js-api/src/const.ts:148 |
USES_MANY | "UsesMany" | js-api/src/const.ts:151 |